addset: this is a smartset, update the docstring
authorPierre-Yves David <pierre-yves.david@fb.com>
Fri, 03 Oct 2014 20:17:12 -0700
changeset 22792 bec4365a0707
parent 22791 a074421fa4e1
child 22793 ff6689b47e48
addset: this is a smartset, update the docstring The documentation was still stating that this class is a not a smartset. We drop that part.
mercurial/revset.py
--- 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