mercurial/interfaces/repository.py
changeset 51047 861fe9273d57
parent 51023 14de15825253
child 51537 4a8bb136ee77
--- 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.