diff hgext/mq.py @ 15801:bfd3ce759682

merge with stable
author Matt Mackall <mpm@selenic.com>
date Mon, 09 Jan 2012 20:16:57 -0600
parents 8857e150bec0 e6c44dbe902f
children 914b013d3263
line wrap: on
line diff
--- a/hgext/mq.py	Sun Jan 08 15:23:26 2012 +0100
+++ b/hgext/mq.py	Mon Jan 09 20:16:57 2012 -0600
@@ -1854,8 +1854,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."""