##// END OF EJS Templates
mq: remove reference to tip
Matt Mackall -
r19397:42fc6c7c default
parent child Browse files
Show More
@@ -2146,11 +2146,12 b' def qimport(ui, repo, *filename, **opts)'
2146 overwritten.
2146 overwritten.
2147
2147
2148 An existing changeset may be placed under mq control with -r/--rev
2148 An existing changeset may be placed under mq control with -r/--rev
2149 (e.g. qimport --rev tip -n patch will place tip under mq control).
2149 (e.g. qimport --rev . -n patch will place the current revision
2150 With -g/--git, patches imported with --rev will use the git diff
2150 under mq control). With -g/--git, patches imported with --rev will
2151 format. See the diffs help topic for information on why this is
2151 use the git diff format. See the diffs help topic for information
2152 important for preserving rename/copy information and permission
2152 on why this is important for preserving rename/copy information
2153 changes. Use :hg:`qfinish` to remove changesets from mq control.
2153 and permission changes. Use :hg:`qfinish` to remove changesets
2154 from mq control.
2154
2155
2155 To import a patch from standard input, pass - as the patch file.
2156 To import a patch from standard input, pass - as the patch file.
2156 When importing from standard input, a patch name must be specified
2157 When importing from standard input, a patch name must be specified
General Comments 0
You need to be logged in to leave comments. Login now