mercurial/revset.py
changeset 22792 bec4365a0707
parent 22791 a074421fa4e1
child 22793 ff6689b47e48
--- a/mercurial/revset.py	Thu Oct 09 05:27:23 2014 -0700
+++ b/mercurial/revset.py	Fri Oct 03 20:17:12 2014 -0700
@@ -2469,9 +2469,6 @@
     If the ascending attribute is set, that means the two structures are
     ordered in either an ascending or descending way. Therefore, we can add
     them maintaining the order by iterating over both at the same time
-
-    This class does not duck-type baseset and it's only supposed to be used
-    internally
     """
     def __init__(self, revs1, revs2, ascending=None):
         self._r1 = revs1