Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9.2, 1.9.3, and 2.0

commit: disallow close while command runner is busy

Changeset 48318394a08b

Parent 9712d8ed5b2b

by Steve Borho

Changes to one file · Browse files at 48318394a08b Showing diff from parent 9712d8ed5b2b Diff from another changeset...

 
423
424
425
426
 
427
428
429
 
423
424
425
 
426
427
428
429
@@ -423,7 +423,7 @@
  # Usually safe to exit, since we're saving messages implicitly   # We'll ask the user for confirmation later, if they have any   # files partially selected. - return True + return not self.runner.core.running()     def loadConfigs(self, s):   'Load history, etc, from QSettings instance'