# HG changeset patch # User Nicolas Dumazet # Date 1280391497 -32400 # Node ID 5fdf08b6b50cf62b6255f3b4c44d1edd8e9023b5 # Parent e95bacedae12cf0d29251c70faca59535d55b82e mq: correct qimport documentation diff -r e95bacedae12 -r 5fdf08b6b50c 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 """