changeset 13791:794f4476b974 stable

mq: fix qselect help for qguard
author timeless@gmail.com
date Tue, 29 Mar 2011 16:45:23 +0300
parents 913c2c66a555
children ba58c5a61503 5c18a0bca26f
files hgext/mq.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/mq.py	Wed Mar 23 13:58:33 2011 -0300
+++ b/hgext/mq.py	Tue Mar 29 16:45:23 2011 +0300
@@ -2623,8 +2623,8 @@
     selected guard, but will not be pushed if any negative guards
     match the current guard. For example::
 
-        qguard foo.patch -stable    (negative guard)
-        qguard bar.patch +stable    (positive guard)
+        qguard foo.patch -- -stable    (negative guard)
+        qguard bar.patch    +stable    (positive guard)
         qselect stable
 
     This activates the "stable" guard. mq will skip foo.patch (because