help: uppercase command placeholder
'command' isn't a valid help topic but a placeholder text. Make it upper
case to avoid confusion.
--- 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