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

hgtk: fix launch of Qct as external commit tool

Fixes #360

Changeset 4e02beaf36d8

Parent 9b454cc286e1

by Steve Borho

Changes to one file · Browse files at 4e02beaf36d8 Showing diff from parent 9b454cc286e1 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hgtk.py Stacked
 
272
273
274
275
 
276
277
278
 
272
273
274
 
275
276
277
278
@@ -272,7 +272,7 @@
  if ct == 'qct':   from mercurial import dispatch as _dispatch   try: - _dispatch.dispatch(ct, *pats, **opts) + _dispatch.dispatch([ct], *pats)   except SystemExit:   pass   return