diff mercurial/interfaces/repository.py @ 48604:348d2c6b5048

requirements: remove the `localrepo.supportedformat` attribute It is not longer used anywhere. Differential Revision: https://phab.mercurial-scm.org/D12035
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 17 Jan 2022 19:29:41 +0100
parents c514936d92b4
children bf3da4e02087
line wrap: on
line diff
--- a/mercurial/interfaces/repository.py	Mon Jan 17 22:48:16 2022 +0100
+++ b/mercurial/interfaces/repository.py	Mon Jan 17 19:29:41 2022 +0100
@@ -1495,13 +1495,6 @@
         """null revision for the hash function used by the repository."""
     )
 
-    supportedformats = interfaceutil.Attribute(
-        """Set of requirements that apply to stream clone.
-
-        This is actually a class attribute and is shared among all instances.
-        """
-    )
-
     supported = interfaceutil.Attribute(
         """Set of requirements that this repo is capable of opening."""
     )