Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0.1, 1.0.2, and 1.0.3

stable history: show details of custom filter in window title

The statusbar is small to show details of custom filter.
When it shows file patterns, the area of statusbar will be
filled by them entirely. So I show them only in title.

Closes #1028

Changeset 4ca25014c5cd

Parent f2d0c37dce01

by Yuki KODAMA

Changes to one file · Browse files at 4ca25014c5cd Showing diff from parent f2d0c37dce01 Diff from another changeset...

 
1098
1099
1100
1101
 
 
1102
1103
1104
 
1098
1099
1100
 
1101
1102
1103
1104
1105
@@ -1098,7 +1098,8 @@
  opts['filehist'] = lname   self.graphview.refresh(graphcol, [lname], opts)   if not opts.get('filehist'): - ftitle(self.filtercombo.get_active_text()) + ftitle('%s: %s' % (self.filtercombo.get_active_text(), + self.filterentry.get_text()))   self.graphview.refresh(False, npats, opts)   filtertext += self.filtercombo.get_active_text()   elif self.filter == 'all':