Mercurial > hg-stable
diff hgext/hgk.py @ 4688:39001f4b7d99
hgk: Use $HG instead of hg (see 849f011dbf79)
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Sat, 23 Jun 2007 21:10:55 +0200 |
parents | cc08d2543593 |
children | eadfaa9ec487 |
line wrap: on
line diff
--- a/hgext/hgk.py Sat Jun 23 20:22:17 2007 +0200 +++ b/hgext/hgk.py Sat Jun 23 21:10:55 2007 +0200 @@ -272,7 +272,7 @@ optstr = ' '.join(['--%s %s' % (k, v) for k, v in opts.iteritems() if v]) cmd = ui.config("hgk", "path", "hgk") + " %s %s" % (optstr, " ".join(etc)) ui.debug("running %s\n" % cmd) - os.system(cmd) + util.system(cmd) cmdtable = { "^view": (view,