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.
--- 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