changeset 22794:4aa1bfb54f43

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