Mercurial > hg
diff hgext/mq.py @ 11706:5fdf08b6b50c
mq: correct qimport documentation
author | Nicolas Dumazet <nicdumz.commits@gmail.com> |
---|---|
date | Thu, 29 Jul 2010 17:18:17 +0900 |
parents | 84fb29f5e0d2 |
children | aae1dd12fce6 |
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 """