##// END OF EJS Templates
revset: changed spanset to extend _orderedsetmixin...
Lucas Moscovicz -
r20750:d4f2f2d7 default
parent child Browse files
Show More
@@ -2692,7 +2692,7 b' class _descgeneratorset(_generatorset):'
2692 self._cache[x] = False
2692 self._cache[x] = False
2693 return False
2693 return False
2694
2694
2695 class spanset(object):
2695 class spanset(_orderedsetmixin):
2696 """Duck type for baseset class which represents a range of revisions and
2696 """Duck type for baseset class which represents a range of revisions and
2697 can work lazily and without having all the range in memory
2697 can work lazily and without having all the range in memory
2698
2698
General Comments 0
You need to be logged in to leave comments. Login now