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

cmdui: add helper 'running' method to cmdui.Runner()

Changeset b9311c415bcb

Parent f501c54da298

by Steve Borho

Changes to one file · Browse files at b9311c415bcb Showing diff from parent f501c54da298 Diff from another changeset...

 
827
828
829
 
 
 
830
831
832
 
827
828
829
830
831
832
833
834
835
@@ -827,6 +827,9 @@
  def run(self, cmdline, *args, **opts):   self.core.run(cmdline, *args, **opts)   + def running(self): + return self.core.running() +   def cancel(self):   self.core.cancel()