# HG changeset patch # User timeless@gmail.com # Date 2011-03-29 13:45:23 # Node ID 794f4476b9746eea96a5f1b1d128a9290a7df4d7 # Parent 913c2c66a555934cab9bcdac3412703256f9cdf2 mq: fix qselect help for qguard diff --git a/hgext/mq.py b/hgext/mq.py --- a/hgext/mq.py +++ b/hgext/mq.py @@ -2623,8 +2623,8 @@ def select(ui, repo, *args, **opts): 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