changeset 11706:5fdf08b6b50c

mq: correct qimport documentation
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Thu, 29 Jul 2010 17:18:17 +0900
parents e95bacedae12
children ba65d61f3158
files hgext/mq.py
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
     """