keyword: reformat kwfiles help for minirst parser
authorChristian Ebert <blacktrash@gmx.net>
Wed, 22 Jul 2009 08:28:30 +0100
changeset 9195 8c719222ddd7
parent 9194 0de7cf8db5fd
child 9196 07d127e771a1
keyword: reformat kwfiles help for minirst parser
hgext/keyword.py
--- a/hgext/keyword.py	Tue Jul 21 12:19:53 2009 +0200
+++ b/hgext/keyword.py	Wed Jul 22 08:28:30 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)