mercurial/repository.py
changeset 39867 4b816a83e17e
parent 39866 e23c03dc5cf9
child 39869 14e500b58263
--- a/mercurial/repository.py	Mon Sep 24 09:59:19 2018 -0700
+++ b/mercurial/repository.py	Mon Sep 24 10:08:58 2018 -0700
@@ -741,13 +741,6 @@
 class ifilestorage(ifileindex, ifiledata, ifilemutation):
     """Complete storage interface for a single tracked file."""
 
-    _generaldelta = interfaceutil.Attribute(
-        """Whether deltas can be against any parent revision.
-
-        TODO this is used by changegroup code and it could probably be
-        folded into another API.
-        """)
-
     def files():
         """Obtain paths that are backing storage for this file.