changeset 13793:ba58c5a61503

merge with stable
author Martin Geisler <mg@aragost.com>
date Tue, 29 Mar 2011 16:25:48 +0200
parents a916e8de4313 (current diff) 794f4476b974 (diff)
children 43b5fe18ea6c
files hgext/mq.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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