--- a/mercurial/revlogutils/flagutil.py Sat Sep 07 00:26:15 2019 +0200
+++ b/mercurial/revlogutils/flagutil.py Sat Sep 07 00:34:20 2019 +0200
@@ -79,14 +79,6 @@
raise error.Abort(msg)
flagprocessors[flag] = processor
-class flagprocessorsmixin(object):
- """basic mixin to support revlog flag processing
-
- Make sure the `_flagprocessors` attribute is set at ``__init__`` time.
-
- See the documentation of the ``_processflags`` method for details.
- """
-
def processflagswrite(revlog, text, flags, sidedata):
"""Inspect revision data flags and applies write transformations defined
by registered flag processors.