mq: correct qimport documentation
authorNicolas Dumazet <nicdumz.commits@gmail.com>
Thu, 29 Jul 2010 17:18:17 +0900
changeset 11706 5fdf08b6b50c
parent 11705 e95bacedae12
child 11708 ba65d61f3158
mq: correct qimport documentation
hgext/mq.py
--- a/hgext/mq.py	Thu Jul 29 12:10:22 2010 +0900
+++ b/hgext/mq.py	Thu Jul 29 17:18:17 2010 +0900
@@ -1818,8 +1818,7 @@
     When importing from standard input, a patch name must be specified
     using the --name flag.
 
-    You can import a patch existing inside the patch repository and
-    rename it on the go::
+    To import an existing patch while renaming it::
 
       hg qimport -e existing-patch -n new-name
     """