mercurial/upgrade_utils/actions.py
changeset 46719 7d9d9265d40f
parent 46718 fd55a9eb1507
child 46851 3aa78f2aea48
--- a/mercurial/upgrade_utils/actions.py	Wed Jan 20 21:14:06 2021 +0100
+++ b/mercurial/upgrade_utils/actions.py	Thu Mar 04 09:55:06 2021 +0100
@@ -325,27 +325,6 @@
 
 
 @registerformatvariant
-class sidedata(requirementformatvariant):
-    name = b'sidedata'
-
-    _requirement = requirements.REVLOGV2_REQUIREMENT
-
-    default = False
-
-    description = _(
-        b'Allows storage of extra data alongside a revision, '
-        b'unlocking various caching options.'
-    )
-
-    upgrademessage = _(b'Allows storage of extra data alongside a revision.')
-
-    @classmethod
-    def fromrepo(cls, repo):
-        assert cls._requirement is not None
-        return cls._requirement in repo.requirements
-
-
-@registerformatvariant
 class persistentnodemap(requirementformatvariant):
     name = b'persistent-nodemap'