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

hgtk: pass cwd to annotate dialog

this probably needs to be done for others as well, but it's
too risky to do globally

Changeset 601619d65041

Parent 6a76530654e3

by Steve Borho

Changes to one file · Browse files at 601619d65041 Showing diff from parent 6a76530654e3 Diff from another changeset...

Change 1 of 1 Show Entire File contrib/​hgtk Stacked
 
242
243
244
 
245
246
247
 
242
243
244
245
246
247
248
@@ -242,6 +242,7 @@
  """repository search and annotate tool"""   from hggtk.datamine import run   opts['files'] = sys.argv[2:] or [] + opts['cwd'] = os.getcwd()   run(**opts)    def hginit(ui, dest=None, **opts):