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

stable cmdui: add an outputShown() method to cmdui.Runner() for symmetry

Changeset 91fa36caa534

Parent 8d0169efcbe3

by Steve Borho

Changes to one file · Browse files at 91fa36caa534 Showing diff from parent 8d0169efcbe3 Diff from another changeset...

 
830
831
832
 
 
 
 
 
 
833
834
835
 
830
831
832
833
834
835
836
837
838
839
840
841
@@ -830,6 +830,12 @@
  def cancel(self):   self.core.cancel()   + def outputShown(self): + if hasattr(self, 'dlg'): + return self.dlg.isVisible() + else: + return False +   def setShowOutput(self, visible=True):   if not self.internallog:   return