author | Pierre-Yves David <pierre-yves.david@fb.com> |
Thu, 02 Oct 2014 19:47:33 -0500 | |
changeset 22752 | 7bbc35c43bff |
parent 22751 | e76aec3eddc4 |
child 22753 | 16c20403de80 |
--- a/mercurial/revset.py Fri Oct 03 01:44:52 2014 -0500 +++ b/mercurial/revset.py Thu Oct 02 19:47:33 2014 -0500 @@ -2786,7 +2786,7 @@ return _spanset(repo, start, end) -class _spanset(_orderedsetmixin, abstractsmartset): +class _spanset(abstractsmartset): """Duck type for baseset class which represents a range of revisions and can work lazily and without having all the range in memory