--- 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.