(0.9.2compat) empty string as default value for hgcmd 0.9.2compat
authorChristian Ebert <blacktrash@gmx.net>
Fri, 10 Jul 2009 12:39:58 +0200
branch0.9.2compat
changeset 616 0b02f86cfb89
parent 615 36de1c074e13
child 622 7f14aa4b0e1f
(0.9.2compat) empty string as default value for hgcmd
hgkw/keyword.py
--- 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