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

status: consistent window title

Changeset 145b2c3d5e71

Parent db60d466c866

by Steve Borho

Changes to one file · Browse files at 145b2c3d5e71 Showing diff from parent db60d466c866 Diff from another changeset...

 
137
138
139
140
 
141
142
143
 
137
138
139
 
140
141
142
143
@@ -137,7 +137,7 @@
  revs = self.opts.get('rev')   name = self.pats and _('filtered status') or _('status')   r = revs and ':'.join(revs) or '' - return ' '.join([root, name, r]) + return root + ' - ' + ' '.join([name, r])     def get_icon(self):   return 'menushowchanged.ico'