Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.3rc1, 0.3, and 0.4rc1

hggtk/datamine: show date column in annotate filelog

Changeset 6d7bb6f17b97

Parent e4b34a278451

by Steve Borho

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

Change 1 of 1 Show Entire File hggtk/​datamine.py Stacked
 
348
349
350
 
351
352
353
 
348
349
350
351
352
353
354
@@ -348,6 +348,7 @@
  graphview.connect('revisions-loaded', self.revisions_loaded, rev)   graphview.refresh(True, None, {'filehist':path, 'filerev':rev})   graphview.set_property('rev-column-visible', True) + graphview.set_property('date-column-visible', True)     hbox = gtk.HBox()   showfilename = gtk.CheckButton('Show Filename')