--- a/hgext/mq.py Wed Feb 22 17:36:33 2012 -0600
+++ b/hgext/mq.py Wed Feb 22 17:41:22 2012 -0600
@@ -1998,7 +1998,7 @@
('P', 'push', None, _('qpush after importing'))],
_('hg qimport [-e] [-n NAME] [-f] [-g] [-P] [-r REV]... FILE...'))
def qimport(ui, repo, *filename, **opts):
- """import a patch
+ """import a patch or existing changeset
The patch is inserted into the series after the last applied
patch. If no patches have been applied, qimport prepends the patch
--- a/tests/test-mq.t Wed Feb 22 17:36:33 2012 -0600
+++ b/tests/test-mq.t Wed Feb 22 17:41:22 2012 -0600
@@ -70,7 +70,7 @@
qgoto push or pop patches until named patch is at top of stack
qguard set or print guards for a patch
qheader print the header of the topmost or specified patch
- qimport import a patch
+ qimport import a patch or existing changeset
qnew create a new patch
qnext print the name of the next pushable patch
qpop pop the current patch off the stack