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

history: change some menu item titles in "Columns" menu

- use "Revision Number" instead of "Rev"
- use "Changeset ID" instead of "Hash ID"
- use "Branch Name" instead of "Branch"

Changeset debeaa2e68e7

Parent 1926e9749f4d

by Adrian Buehlmann

Changes to one file · Browse files at debeaa2e68e7 Showing diff from parent 1926e9749f4d Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​history.py Stacked
 
96
97
98
99
100
101
 
 
 
102
103
104
 
96
97
98
 
 
 
99
100
101
102
103
104
@@ -96,9 +96,9 @@
  fnc = self.toggle_view_column   return [(_('Columns'), True, False, [   (_('Graph'), self.toggle_graphcol, [], self.graphcol), - (_('Rev'), fnc, ['rev-column-visible'], col('rev', True)), - (_('Hash ID'), fnc, ['id-column-visible'], col('id', False)), - (_('Branch'), fnc, ['branch-column-visible'], col('branch', False)), + (_('Revision Number'), fnc, ['rev-column-visible'], col('rev', True)), + (_('Changeset ID'), fnc, ['id-column-visible'], col('id', False)), + (_('Branch Name'), fnc, ['branch-column-visible'], col('branch', False)),   (_('Local Date'), fnc, ['date-column-visible'], col('date', False)),   (_('UTC Date'), fnc, ['utc-column-visible'], col('utc', False)),   (_('Age'), fnc, ['age-column-visible'], col('age', True)),