changeset 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 f36eec4b5a49
children b6c051cd1231
files hgext/mq.py tests/test-mq.t
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
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
--- 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