diff mercurial/interfaces/repository.py @ 51047:861fe9273d57

revlog: drop the _generaldelta attribute from the imanifeststorage interface It never belonged here.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 10 Oct 2023 10:58:28 +0200
parents 14de15825253
children 4a8bb136ee77
line wrap: on
line diff
--- a/mercurial/interfaces/repository.py	Tue Oct 10 10:56:42 2023 +0200
+++ b/mercurial/interfaces/repository.py	Tue Oct 10 10:58:28 2023 +0200
@@ -1229,13 +1229,6 @@
         """
     )
 
-    _generaldelta = interfaceutil.Attribute(
-        """Whether generaldelta storage is being used.
-
-        TODO this is revlog specific and should not be exposed.
-        """
-    )
-
     fulltextcache = interfaceutil.Attribute(
         """Dict with cache of fulltexts.