Mercurial > public > mercurial-scm > hg-stable
diff hgext/mq.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 | 8d5f5122a732 |
children | a84f14228b1d |
line wrap: on
line diff
--- a/hgext/mq.py Thu Apr 22 10:04:53 2010 +0200 +++ b/hgext/mq.py Thu Apr 22 10:24:49 2010 +0200 @@ -14,7 +14,7 @@ Known patches are represented as patch files in the .hg/patches directory. Applied patches are both patch files and changesets. -Common tasks (use "hg help command" for more details):: +Common tasks (use :hg:`help command` for more details):: create new patch qnew import existing patch qimport @@ -2041,9 +2041,9 @@ last refresh (thus showing what the current patch would become after a qrefresh). - Use 'hg diff' if you only want to see the changes made since the - last qrefresh, or 'hg export qtip' if you want to see changes made - by the current patch without including changes made since the + Use :hg:`diff` if you only want to see the changes made since the + last qrefresh, or :hg:`export qtip` if you want to see changes + made by the current patch without including changes made since the qrefresh. """ repo.mq.diff(repo, pats, opts)