Mercurial > hg
changeset 19397:42fc6c7c4ad5
mq: remove reference to tip
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 11 Jul 2013 19:25:44 -0500 |
parents | afc23eddc324 |
children | f7bcc2e56279 |
files | hgext/mq.py |
diffstat | 1 files changed, 6 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/mq.py Thu Jul 11 17:01:54 2013 +0400 +++ b/hgext/mq.py Thu Jul 11 19:25:44 2013 -0500 @@ -2146,11 +2146,12 @@ overwritten. An existing changeset may be placed under mq control with -r/--rev - (e.g. qimport --rev tip -n patch will place tip under mq control). - With -g/--git, patches imported with --rev will use the git diff - format. See the diffs help topic for information on why this is - important for preserving rename/copy information and permission - changes. Use :hg:`qfinish` to remove changesets from mq control. + (e.g. qimport --rev . -n patch will place the current revision + under mq control). With -g/--git, patches imported with --rev will + use the git diff format. See the diffs help topic for information + on why this is important for preserving rename/copy information + and permission changes. Use :hg:`qfinish` to remove changesets + from mq control. To import a patch from standard input, pass - as the patch file. When importing from standard input, a patch name must be specified