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

stable qqueue: force refresh when cmdrunner finished with error

Changeset 7620b7a734da

Parent f34ee2516654

by Johan Samyn

Changes to one file · Browse files at 7620b7a734da Showing diff from parent f34ee2516654 Diff from another changeset...

 
303
304
305
306
 
307
 
 
308
309
310
 
303
304
305
 
306
307
308
309
310
311
312
@@ -303,8 +303,10 @@
  opts = ['--purge', q]   self.qqueueCommand(opts)   - def qqcmdFinished(self): + def qqcmdFinished(self, ret):   self.repo.decrementBusyCount() + if ret: + self.reload()     def qqueueCommand(self, opts):   self.setButtonState(False)