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

stable changeset: add method to clear contents

Changeset 1047508c607b

Parent 1958ae6367e4

by Yuki KODAMA

Changes to one file · Browse files at 1047508c607b Showing diff from parent 1958ae6367e4 Diff from another changeset...

 
72
73
74
 
 
 
 
 
75
76
77
 
72
73
74
75
76
77
78
79
80
81
82
@@ -72,6 +72,11 @@
  def clear_cache(self):   self.summarypanel.info.clear_cache()   + def clear(self): + self._buffer.set_text('') + self._filelist.clear() + self.summarypanel.hide() +   def diff_other_parent(self):   return self.other_parent_checkbutton.get_active()