Mercurial > public > mercurial-scm > hg
diff hgext/record.py @ 10973:49a07f441496
Use hg role in help strings
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Thu, 22 Apr 2010 10:24:49 +0200 |
parents | 301633755dec |
children | a5922547b5cc |
line wrap: on
line diff
--- a/hgext/record.py Thu Apr 22 10:04:53 2010 +0200 +++ b/hgext/record.py Thu Apr 22 10:24:49 2010 +0200 @@ -360,10 +360,10 @@ def record(ui, repo, *pats, **opts): '''interactively select changes to commit - If a list of files is omitted, all changes reported by "hg status" + If a list of files is omitted, all changes reported by :hg:`status` will be candidates for recording. - See 'hg help dates' for a list of formats valid for -d/--date. + See :hg:`help dates` for a list of formats valid for -d/--date. You will be prompted for whether to record changes to each modified file, and for files with multiple changes, for each @@ -388,7 +388,7 @@ def qrecord(ui, repo, patch, *pats, **opts): '''interactively record a new patch - See 'hg help qnew' & 'hg help record' for more information and + See :hg:`help qnew` & :hg:`help record` for more information and usage. '''