# HG changeset patch # User Nicolas Dumazet # Date 2010-07-29 08:18:17 # Node ID 5fdf08b6b50cf62b6255f3b4c44d1edd8e9023b5 # Parent e95bacedae12cf0d29251c70faca59535d55b82e mq: correct qimport documentation diff --git a/hgext/mq.py b/hgext/mq.py --- a/hgext/mq.py +++ b/hgext/mq.py @@ -1818,8 +1818,7 @@ def qimport(ui, repo, *filename, **opts) 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 """