Mercurial > hg
changeset 6937:3aa8ad0e03ba
qfinish: document --applied instead of --all
author | Martin Geisler <mg@daimi.au.dk> |
---|---|
date | Mon, 25 Aug 2008 01:26:08 +0200 |
parents | b4749456d306 |
children | ce94b3236ea4 |
files | hgext/mq.py |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/mq.py Sun Aug 24 22:40:34 2008 +0200 +++ b/hgext/mq.py Mon Aug 25 01:26:08 2008 +0200 @@ -2218,9 +2218,10 @@ Finishes the specified revisions (corresponding to applied patches) by moving them out of mq control into regular repository history. - Accepts a revision range or the --all option. If --all is specified, all - applied mq revisions are removed from mq control. Otherwise, the given - revisions must be at the base of the stack of applied patches. + Accepts a revision range or the --applied option. If --applied is + specified, all applied mq revisions are removed from mq control. + Otherwise, the given revisions must be at the base of the stack of + applied patches. This can be especially useful if your changes have been applied to an upstream repository, or if you are about to push your changes to upstream.