branch | 0.9.2compat |
changeset 616 | 0b02f86cfb89 |
parent 615 | 36de1c074e13 |
child 622 | 7f14aa4b0e1f |
--- a/hgkw/keyword.py Fri Jul 10 12:37:34 2009 +0200 +++ b/hgkw/keyword.py Fri Jul 10 12:39:58 2009 +0200 @@ -113,7 +113,7 @@ return '\0' not in s # make keyword tools accessible -kwtools = {'templater': None, 'hgcmd': None} +kwtools = {'templater': None, 'hgcmd': ''} # monkeypatch argument parsing # due to backwards compatibility this can't be done in uisetup