mercurial/revlog.py
changeset 42995 73288e7abe9b
parent 42994 3674797ae8b9
child 42996 4f2315cce1db
--- a/mercurial/revlog.py	Sat Sep 07 00:26:15 2019 +0200
+++ b/mercurial/revlog.py	Sat Sep 07 00:34:20 2019 +0200
@@ -261,7 +261,7 @@
             p = versionformat_pack(version) + p[4:]
         return p
 
-class revlog(flagutil.flagprocessorsmixin):
+class revlog(object):
     """
     the underlying revision storage object