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

repomodel: add a TODO for fixing author column width

Changeset 2e5e40716a06

Parent 314070260310

by Steve Borho

Changes to one file · Browse files at 2e5e40716a06 Showing diff from parent 314070260310 Diff from another changeset...

 
93
94
95
96
 
97
98
99
 
93
94
95
 
96
97
98
99
@@ -93,7 +93,7 @@
  key=lambda x: len(x))[-1][:10],   'Branch': lambda self, r: sorted(r.branchtags().keys(),   key=lambda x: len(x))[-1], - 'Author': lambda self, r: 'author name', + 'Author': lambda self, r: 'author name', # TODO get actual max   'Filename': lambda self, r: self.filename,   }