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 custom filter condition explicitly

Changeset 1cba49bbcf44

Parent 45ca4ed339f4

by Yuki KODAMA

Changes to one file · Browse files at 1cba49bbcf44 Showing diff from parent 45ca4ed339f4 Diff from another changeset...

 
752
753
754
 
 
755
756
757
 
752
753
754
755
756
757
758
759
@@ -752,6 +752,8 @@
  # If this changeset browser is embedded in glog, send   # send this event to the main app   opts = {'pats' : [self.curfile]} + self.glog_parent.filtercombo.set_active(1) + self.glog_parent.filterentry.set_text(self.curfile)   self.glog_parent.custombutton.set_active(True)   self.glog_parent.filter = 'custom'   self.glog_parent.reload_log(**opts)