[PATCH STABLE] mq: Document that qdel requires exact patch identifiers

Olav Reinert seroton10 at gmail.com
Fri Jan 6 08:09:48 CST 2012


# HG changeset patch
# User Olav Reinert <seroton10 at gmail.com>
# Date 1325858751 -3600
# Branch stable
# Node ID 083c5ca3eb724977f2c436b5b23da84de8cebdfc
# Parent  1f9f9b4c292306d6d338a2abdde72737890d73f2
mq: Document that qdel requires exact patch identifiers

diff -r 1f9f9b4c2923 -r 083c5ca3eb72 hgext/mq.py
--- a/hgext/mq.py	Tue Jan 03 17:09:26 2012 -0600
+++ b/hgext/mq.py	Fri Jan 06 15:05:51 2012 +0100
@@ -1851,8 +1851,9 @@
 def delete(ui, repo, *patches, **opts):
     """remove patches from queue
 
-    The patches must not be applied, and at least one patch is required. With
-    -k/--keep, the patch files are preserved in the patch directory.
+    The patches must not be applied, and at least one patch is required. Exact
+    patch identifiers must be given. With -k/--keep, the patch files are
+    preserved in the patch directory. 
 
     To stop managing a patch and move it into permanent history,
     use the :hg:`qfinish` command."""


More information about the Mercurial-devel mailing list