Mercurial > hg
changeset 9195:8c719222ddd7
keyword: reformat kwfiles help for minirst parser
author | Christian Ebert <blacktrash@gmx.net> |
---|---|
date | Wed, 22 Jul 2009 08:28:30 +0100 |
parents | 0de7cf8db5fd |
children | 07d127e771a1 |
files | hgext/keyword.py |
diffstat | 1 files changed, 6 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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)