Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8.3, 0.9, and 0.9.1

stable 0.8.3 hgtk: correct arguments to dispatch() when launching qct

Fixes #615

Changeset cd50b769e235

Parent 1392a2455b20

by Steve Borho

Changes to one file · Browse files at cd50b769e235 Showing diff from parent 1392a2455b20 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hgtk.py Stacked
 
291
292
293
294
 
295
296
297
 
291
292
293
 
294
295
296
297
@@ -291,7 +291,7 @@
  if ct == 'qct':   from mercurial import dispatch as _dispatch   try: - _dispatch.dispatch([ct], *pats) + _dispatch.dispatch([ct] + list(pats))   except SystemExit:   pass   return