mq: fix qselect help for qguard stable
authortimeless@gmail.com
Tue, 29 Mar 2011 16:45:23 +0300
branchstable
changeset 13791 794f4476b974
parent 13739 913c2c66a555
child 13793 ba58c5a61503
child 13794 5c18a0bca26f
mq: fix qselect help for qguard
hgext/mq.py
--- 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