(stable) merge stable
authorChristian Ebert <blacktrash@gmx.net>
Thu, 23 Jul 2009 20:00:23 +0100
branchstable
changeset 623 f27b8d46e708
parent 618 f9e8e4992b7e (current diff)
parent 621 6e73db2016ab (diff)
child 624 2b7eb429112e
(stable) merge
--- a/hgkw/keyword.py	Thu Jul 09 23:59:03 2009 +0200
+++ b/hgkw/keyword.py	Thu Jul 23 20:00:23 2009 +0100
@@ -372,11 +372,12 @@
     Use -u/--untracked to list untracked files as well.
 
     With -a/--all and -v/--verbose the codes used to show the status of files
-    are:
-    K = keyword expansion candidate
-    k = keyword expansion candidate (untracked)
-    I = ignored
-    i = ignored (untracked)
+    are::
+
+      K = keyword expansion candidate
+      k = keyword expansion candidate (untracked)
+      I = ignored
+      i = ignored (untracked)
     '''
     kwt = kwtools['templater']
     status = _status(ui, repo, kwt, opts.get('untracked'), *pats, **opts)
@@ -527,7 +528,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]...')),