# HG changeset patch # User Pierre-Yves David # Date 1412392632 25200 # Node ID bec4365a0707725c5ca1537b7188d6f05fd47bec # Parent a074421fa4e1fa62d5eff777ab4e79e310a2edb7 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. diff -r a074421fa4e1 -r bec4365a0707 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