[PATCH] qfinish: document --applied instead of --all

Martin Geisler mg at daimi.au.dk
Sun Aug 24 18:26:32 CDT 2008


# HG changeset patch
# User Martin Geisler <mg at daimi.au.dk>
# Date 1219620368 -7200
# Node ID 3aa8ad0e03ba54ad926c10bb84a85baf68647368
# Parent  b4749456d3064112f7867b7f9c0737836f843709
qfinish: document --applied instead of --all

diff -r b4749456d306 -r 3aa8ad0e03ba hgext/mq.py
--- 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.


More information about the Mercurial-devel mailing list