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

hgtk: correct error introduced in aa5e7a24100ef87f1d9df2b9e64836f9e60b714e

Changeset 3c33ba2fc76d

Parent 39fa855da206

by Simon Heimberg

Changes to one file · Browse files at 3c33ba2fc76d Showing diff from parent 39fa855da206 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hgtk.py Stacked
 
278
279
280
281
 
282
283
284
 
278
279
280
 
281
282
283
284
@@ -278,7 +278,7 @@
  from hggtk.history import run   gtkrun(run(ui, *pats, **opts))   -def merge(ui, node=None, rev=None, **opts): +def merge(ui, *pats, **opts):   """merge tool"""   from hggtk.merge import run   gtkrun(run(ui, *pats, **opts))