Ticket #92 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

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

comment:1 Changed 2 years ago by ccowart

  • Status changed from new to needsmerge

(In [478]) The call to EDITOR outside the loop was using the correct

&3 idiom, but I missed the call inside the "no changes" loop. Also fixed an

issue where the continue prompt was not being displayed.

Fixes #92

comment:2 Changed 2 years ago by ccowart

  • Status changed from needsmerge to closed
  • Resolution set to fixed

(In [489]) Merging EDITOR fixes from trunk.

Resolves #92

Note: See TracTickets for help on using tickets.