Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

thgmq: popup the log window when error occurred

Changeset 29f2c82aacc0

Parent 5ca0db3945c1

by Yuki KODAMA

Changes to one file · Browse files at 29f2c82aacc0 Showing diff from parent 5ca0db3945c1 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hgcmd.py Stacked
 
396
397
398
 
399
400
401
 
396
397
398
399
400
401
402
@@ -396,6 +396,7 @@
  self.set_buttons(stop=False, close=True)   if returncode is None:   self.log.append(_('\n[command interrupted]')) + self.show_log()   self.hgthread = None   def call_callback():   callback(returncode, *args, **kargs)