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

repomodel: move graph to far left as default

Changeset 33a428556695

Parent 4cbd0ff45ce4

by Steve Borho

Changes to one file · Browse files at 33a428556695 Showing diff from parent 4cbd0ff45ce4 Diff from another changeset...

 
112
113
114
115
 
116
117
118
 
112
113
114
 
115
116
117
118
@@ -112,7 +112,7 @@
  """   Model used for displaying the revisions of a Hg *local* repository   """ - _columns = ('ID', 'Branch', 'Graph', 'Log', 'Author', 'Date', 'Tags',) + _columns = ('Graph', 'ID', 'Branch', 'Log', 'Author', 'Date', 'Tags',)   _stretchs = {'Log': 1, }     def __init__(self, repo, branch='', parent=None):