Mercurial > hg-stable
changeset 16152:816211dfa3a5
mq: expand qimport summary
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Wed, 22 Feb 2012 17:41:22 -0600 |
parents | a01d2fb5ba65 |
children | 4a828d3bc04a |
files | hgext/mq.py tests/test-mq.t |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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