diff tests/simplestorerepo.py @ 42997:73288e7abe9b

flagprocessors: remove flagprocessorsmixin It became an empty shell. Differential Revision: https://phab.mercurial-scm.org/D6823
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sat, 07 Sep 2019 00:34:20 +0200
parents dff95420480f
children 2372284d9457
line wrap: on
line diff
--- a/tests/simplestorerepo.py	Sat Sep 07 00:26:15 2019 +0200
+++ b/tests/simplestorerepo.py	Sat Sep 07 00:34:20 2019 +0200
@@ -91,7 +91,7 @@
     node = attr.ib(default=None)
 
 @interfaceutil.implementer(repository.ifilestorage)
-class filestorage(flagutil.flagprocessorsmixin):
+class filestorage(object):
     """Implements storage for a tracked path.
 
     Data is stored in the VFS in a directory corresponding to the tracked