Mercurial > public > mercurial-scm > hg
diff hgext/mq.py @ 30879:5fbf1da938a6
help: uppercase command placeholder
'command' isn't a valid help topic but a placeholder text. Make it upper
case to avoid confusion.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Wed, 25 Jan 2017 22:35:40 +0900 |
parents | 20a42325fdef |
children | aea06029919e |
line wrap: on
line diff
--- a/hgext/mq.py Sun Feb 05 18:57:19 2017 +0900 +++ b/hgext/mq.py Wed Jan 25 22:35:40 2017 +0900 @@ -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