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

cmdui: add clear_output() method to Core class

Changeset 1c99c73d7520

Parent 2d1a32b89b77

by Yuki KODAMA

Changes to one file · Browse files at 1c99c73d7520 Showing diff from parent 2d1a32b89b77 Diff from another changeset...

 
130
131
132
 
 
 
133
134
135
 
130
131
132
133
134
135
136
137
138
@@ -130,6 +130,9 @@
  max = self.output_text.verticalScrollBar().maximum()   self.output_text.verticalScrollBar().setSliderPosition(max)   + def clear_output(self): + self.output_text.clear() +   ### Signal Handlers ###     def command_started(self):