changeset 22792:bec4365a0707

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.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Fri, 03 Oct 2014 20:17:12 -0700
parents a074421fa4e1
children ff6689b47e48
files mercurial/revset.py
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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