Ticket #92 (closed defect: fixed)
confman commit hangs when quitting EDITOR without saving
| Reported by: | blee | Owned by: | confman-developers@… |
|---|---|---|---|
| Priority: | major | Milestone: | confman-1.9.3 |
| Component: | confman | Version: | HEAD |
| Keywords: | Cc: |
Description
I exited out of vim without saving (:q!) and confman hung (without exiting).
blee@supra.b1c1l1 ~/src/conf/supra/etc/conf.d $ confman commit Password for 'blee': confman[21434]: blee: Authentication realm: <https://www.b1c1l1.com:443> Subversion At revision 110. ^CPlease wait until I finish cleaning up after you.
C was enough to trigger conf_cleanExit in this state.
Change History
Note: See
TracTickets for help on using
tickets.

(In [478]) The call to EDITOR outside the loop was using the correct
issue where the continue prompt was not being displayed.
Fixes #92