Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

grep: shorten revision column header

Changeset 6b9354864b6f

Parent bbcc8c4df8a0

by Steve Borho

Changes to one file · Browse files at 6b9354864b6f Showing diff from parent bbcc8c4df8a0 Diff from another changeset...

 
269
270
271
272
 
273
274
275
 
269
270
271
 
272
273
274
275
@@ -269,7 +269,7 @@
  def __init__(self, parent=None):   QAbstractTableModel.__init__(self, parent)   self.rows = [] - self.headers = (_('File'), _('Line'), _('Revision'), _('User'), + self.headers = (_('File'), _('Line'), _('Rev'), _('User'),   _('Match Text'))     def rowCount(self, parent):