# HG changeset patch # User Christian Ebert # Date 2009-07-22 07:28:30 # Node ID 8c719222ddd7e478fa3dc23e71484411b2bfd69f # Parent 0de7cf8db5fdde298d314225432a07e32bb16dfb keyword: reformat kwfiles help for minirst parser diff --git a/hgext/keyword.py b/hgext/keyword.py --- a/hgext/keyword.py +++ b/hgext/keyword.py @@ -372,11 +372,12 @@ def files(ui, repo, *pats, **opts): 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)