mercurial/revset.py
changeset 15146 b39d85be78a8
parent 15140 353a1ba928f6
child 15147 395ca8cd2669
--- 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()