generatorset: update the docstring now that it is a smartset
authorPierre-Yves David <pierre-yves.david@fb.com>
Fri, 03 Oct 2014 20:14:43 -0700
changeset 22794 4aa1bfb54f43
parent 22793 ff6689b47e48
child 22795 c21342159fad
generatorset: update the docstring now that it is a smartset The documentation was still stating that this class was not a smartset. We drop that part.
mercurial/revset.py
--- a/mercurial/revset.py	Fri Oct 03 20:18:48 2014 -0700
+++ b/mercurial/revset.py	Fri Oct 03 20:14:43 2014 -0700
@@ -2615,9 +2615,6 @@
     be iterated more than once.
     When asked for membership it generates values until either it finds the
     requested one or has gone through all the elements in the generator
-
-    This class does not duck-type baseset and it's only supposed to be used
-    internally
     """
     def __init__(self, gen, iterasc=None):
         """