diff -r ff26712a0c50 -r b39d85be78a8 mercurial/revset.py --- a/mercurial/revset.py Wed Sep 21 13:00:48 2011 -0500 +++ b/mercurial/revset.py Tue Sep 20 20:19:48 2011 +0200 @@ -241,7 +241,7 @@ ``skip``), or any of the meta-status: - ``range`` : all csets taking part in the bisection - - ``pruned`` : good|bad|skip, excluding out-of-range csets + - ``pruned`` : csets that are good, bad or skipped - ``untested`` : csets whose fate is yet unknown """ status = getstring(x, _("bisect requires a string")).lower()