keyword: argument to "kwdemo --rcfile" must be string (bugfix) 1.3.1
authorChristian Ebert <blacktrash@gmx.net>
Wed, 22 Jul 2009 19:12:34 +0100
changeset 9190 3ef6c14a1e8e
parent 9189 c2041f80f22a
child 9191 0d7b21053805
keyword: argument to "kwdemo --rcfile" must be string (bugfix)
hgext/keyword.py
--- a/hgext/keyword.py	Wed Jul 22 18:27:23 2009 -0500
+++ b/hgext/keyword.py	Wed Jul 22 19:12:34 2009 +0100
@@ -529,7 +529,7 @@
     'kwdemo':
         (demo,
          [('d', 'default', None, _('show default keyword template maps')),
-          ('f', 'rcfile', [], _('read maps from rcfile'))],
+          ('f', 'rcfile', '', _('read maps from rcfile'))],
          _('hg kwdemo [-d] [-f RCFILE] [TEMPLATEMAP]...')),
     'kwexpand': (expand, commands.walkopts,
                  _('hg kwexpand [OPTION]... [FILE]...')),