Mercurial > public > mercurial-scm > hg-stable
diff hgext/mq.py @ 16152:816211dfa3a5
mq: expand qimport summary
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Wed, 22 Feb 2012 17:41:22 -0600 |
parents | 004982e5d782 |
children | a4413624d014 |
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