# HG changeset patch # User Patrick Mezard # Date 2011-03-03 20:42:15 # Node ID 73bf872a91d89af8b44e1e16ee51dd7ea457969b # Parent d931cce7f2074f5cf86a69a7b19315f62148e187 mq: mention qfinish in qimport help diff --git a/hgext/mq.py b/hgext/mq.py --- a/hgext/mq.py +++ b/hgext/mq.py @@ -1898,7 +1898,7 @@ def qimport(ui, repo, *filename, **opts) 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. + 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