Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

hgtk: datamine works with filelist

Changeset 64b6cd06d641

Parent bc30f9572fd9

by Simon Heimberg

Changes to one file · Browse files at 64b6cd06d641 Showing diff from parent bc30f9572fd9 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hgtk.py Stacked
 
268
269
270
271
 
272
273
274
 
268
269
270
 
271
272
273
274
@@ -268,7 +268,7 @@
 def datamine(ui, *pats, **opts):   """repository search and annotate tool"""   from hggtk.datamine import run - opts['files'] = sys.argv[2:] or [] + opts['files'] = pats or []   opts['cwd'] = os.getcwd()   run(**opts)