Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.5, 0.6, and 0.7

hgcmd: add method to check command execution status

Changeset b418259be7f7

Parent 48d13499779e

by TK Soh

Changes to one file · Browse files at b418259be7f7 Showing diff from parent 48d13499779e Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hgcmd.py Stacked
 
149
150
151
 
 
 
152
153
154
 
149
150
151
152
153
154
155
156
157
@@ -149,6 +149,9 @@
  self.last_pbar_update = tm   self.pbar.pulse()   + def return_code(self): + return self.hgthread.return_code() +  def run(cmdline=[], gui=True, **opts):   if not gui:   q = Queue.Queue()