diff --git a/mercurial/revset.py b/mercurial/revset.py --- a/mercurial/revset.py +++ b/mercurial/revset.py @@ -2554,7 +2554,7 @@ class orderedlazyset(_orderedsetmixin, f self._subset.reverse() self._ascending = not self._ascending -class _addset(_orderedsetmixin): +class _addset(abstractsmartset): """Represent the addition of two sets Wrapper structure for lazily adding two structures without losing much