mercurial/repository.py
changeset 39232 0a5b20c107a6
parent 39231 b41d023a412a
child 39234 3682b49e0213
--- a/mercurial/repository.py	Thu Aug 09 16:02:14 2018 -0700
+++ b/mercurial/repository.py	Thu Aug 09 16:11:24 2018 -0700
@@ -723,14 +723,6 @@
         TODO this feels revlog centric and could likely be removed.
         """)
 
-    storedeltachains = interfaceutil.Attribute(
-        """Whether the store stores deltas.
-
-        TODO deltachains are revlog centric. This can probably removed
-        once there are better abstractions for obtaining/writing
-        data.
-        """)
-
     _generaldelta = interfaceutil.Attribute(
         """Whether deltas can be against any parent revision.