##// END OF EJS Templates
keyword: argument to "kwdemo --rcfile" must be string (bugfix)
Christian Ebert -
r9190:3ef6c14a 1.3.1 default
parent child Browse files
Show More
@@ -529,7 +529,7 b' cmdtable = {'
529 'kwdemo':
529 'kwdemo':
530 (demo,
530 (demo,
531 [('d', 'default', None, _('show default keyword template maps')),
531 [('d', 'default', None, _('show default keyword template maps')),
532 ('f', 'rcfile', [], _('read maps from rcfile'))],
532 ('f', 'rcfile', '', _('read maps from rcfile'))],
533 _('hg kwdemo [-d] [-f RCFILE] [TEMPLATEMAP]...')),
533 _('hg kwdemo [-d] [-f RCFILE] [TEMPLATEMAP]...')),
534 'kwexpand': (expand, commands.walkopts,
534 'kwexpand': (expand, commands.walkopts,
535 _('hg kwexpand [OPTION]... [FILE]...')),
535 _('hg kwexpand [OPTION]... [FILE]...')),
General Comments 0
You need to be logged in to leave comments. Login now