hgext/mq.py
changeset 11706 5fdf08b6b50c
parent 11701 84fb29f5e0d2
child 11714 aae1dd12fce6
--- 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
     """