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

repomodel: remove defunct _tooltips dict

Changeset c6f794013f01

Parent c05885cdcd37

by Steve Borho

Changes to one file · Browse files at c6f794013f01 Showing diff from parent c05885cdcd37 Diff from another changeset...

 
88
89
90
91
92
93
94
95
96
97
 
88
89
90
 
 
 
 
91
92
93
@@ -88,10 +88,6 @@
  'Filename': lambda model, ctx, gnode: gnode.extra[0],   }   -_tooltips = {'ID': lambda model, ctx, - gnode: ctx.rev() is not None and ctx.hex() or "Working Directory", - } -  # in following lambdas, r is a hg repo  _maxwidth = {'ID': lambda self, r: str(len(r.changelog)),   'Date': lambda self, r: cvrt_date(r.changectx(0).date()),