Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.7, 0.7.1, and 0.7.2

hgtk: launch annotate mode for file arguments

hgtk blame setup.py -> annotate setup.py

Changeset 6057763846ea

Parent d1b49569d77f

by Steve Borho

Changes to one file · Browse files at 6057763846ea Showing diff from parent d1b49569d77f Diff from another changeset...

Change 1 of 1 Show Entire File contrib/​hgtk Stacked
 
219
220
221
 
222
223
224
 
219
220
221
222
223
224
225
@@ -219,6 +219,7 @@
 def datamine(ui, *pats, **opts):   """repository search and annotate tool"""   from hggtk.datamine import run + opts['files'] = sys.argv[2:] or []   run(**opts)    def hginit(ui, dest=None, **opts):