tortoisehg / stable (http://tortoisehg.bitbucket.org/)

TortoiseHg repository. Main line of development in "default" branch. Releases, bugfixes, and documentation improvements in "stable" branch.

Clone this repository (size: 76.0 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/tortoisehg/stable/
commit 3112: 4e02beaf36d8
parent 3111: 9b454cc286e1
branch: default
hgtk: fix launch of Qct as external commit tool Fixes #360
Steve Borho / sborho
9 months ago

Changed (Δ6 bytes):

raw changeset »

hggtk/hgtk.py (1 lines added, 1 lines removed)

Up to file-list hggtk/hgtk.py:

@@ -272,7 +272,7 @@ def commit(ui, *pats, **opts):
272
272
    if ct == 'qct':
273
273
        from mercurial import dispatch as _dispatch
274
274
        try:
275
            _dispatch.dispatch(ct, *pats, **opts)
275
            _dispatch.dispatch([ct], *pats)
276
276
        except SystemExit:
277
277
            pass
278
278
        return