Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

thgconfig: leave window open when editing INI file

Removes potential race condition at editor startup, but
introduces potential condition of out-of-sync apps.

Changeset 11b44b4f0900

Parent 8f0bc3015998

by Steve Borho

Changes to one file · Browse files at 11b44b4f0900 Showing diff from parent 8f0bc3015998 Diff from another changeset...

 
457
458
459
 
 
460
461
462
 
457
458
459
460
461
462
463
464
@@ -457,6 +457,8 @@
  thread = threading.Thread(target=doedit, name='edit config')   thread.setDaemon(True)   thread.start() + self.emit_stop_by_name('response') + return True   return False     def focus_field(self, focusfield):