help: uppercase command placeholder
authorYuya Nishihara <yuya@tcha.org>
Wed, 25 Jan 2017 22:35:40 +0900
changeset 30879 5fbf1da938a6
parent 30878 f36eec4b5a49
child 30880 b6c051cd1231
help: uppercase command placeholder 'command' isn't a valid help topic but a placeholder text. Make it upper case to avoid confusion.
hgext/mq.py
tests/test-mq.t
--- 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
--- a/tests/test-mq.t	Sun Feb 05 18:57:19 2017 +0900
+++ b/tests/test-mq.t	Wed Jan 25 22:35:40 2017 +0900
@@ -25,7 +25,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