hgext/mq.py
changeset 13793 ba58c5a61503
parent 13728 15d1db2abfcb
parent 13791 794f4476b974
child 13878 a8d13ee0ce68
--- a/hgext/mq.py	Mon Mar 28 23:16:20 2011 -0400
+++ b/hgext/mq.py	Tue Mar 29 16:25:48 2011 +0200
@@ -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