##// END OF EJS Templates
spanset: drop _orderedsetmixin inheritance...
Pierre-Yves David -
r22752:7bbc35c4 default
parent child Browse files
Show More
@@ -2786,7 +2786,7 b' def spanset(repo, start=None, end=None):'
2786 return _spanset(repo, start, end)
2786 return _spanset(repo, start, end)
2787
2787
2788
2788
2789 class _spanset(_orderedsetmixin, abstractsmartset):
2789 class _spanset(abstractsmartset):
2790 """Duck type for baseset class which represents a range of revisions and
2790 """Duck type for baseset class which represents a range of revisions and
2791 can work lazily and without having all the range in memory
2791 can work lazily and without having all the range in memory
2792
2792
General Comments 0
You need to be logged in to leave comments. Login now