##// END OF EJS Templates
revset: changed addset to extend _orderedsetmixin...
Lucas Moscovicz -
r20753:13c38b1a default
parent child Browse files
Show More
@@ -2421,7 +2421,7 b' class orderedlazyset(_orderedsetmixin, l'
2421 self._subset.reverse()
2421 self._subset.reverse()
2422 self._ascending = not self._ascending
2422 self._ascending = not self._ascending
2423
2423
2424 class _addset(object):
2424 class _addset(_orderedsetmixin):
2425 """Represent the addition of two sets
2425 """Represent the addition of two sets
2426
2426
2427 Wrapper structure for lazily adding two structures without losing much
2427 Wrapper structure for lazily adding two structures without losing much
General Comments 0
You need to be logged in to leave comments. Login now