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

changeset: set filter name 'custom' to enable

'file history' context menu was broken.

Changeset 76c7c2b1e9a9

Parent cae72dc6aeb3

by Yuki KODAMA

Changes to one file · Browse files at 76c7c2b1e9a9 Showing diff from parent cae72dc6aeb3 Diff from another changeset...

 
564
565
566
 
567
568
569
 
564
565
566
567
568
569
570
@@ -564,6 +564,7 @@
  # send this event to the main app   opts = {'pats' : [self.curfile]}   self.glog_parent.custombutton.set_active(True) + self.glog_parent.filter = 'custom'   self.glog_parent.reload_log(**opts)   else:   # Else launch our own glog instance