mercurial/interfaces/repository.py
changeset 47146 bc7d465ea11e
parent 47139 f58a13c52726
child 47226 19d4802cb304
--- a/mercurial/interfaces/repository.py	Mon May 03 12:21:46 2021 +0200
+++ b/mercurial/interfaces/repository.py	Mon May 03 12:21:56 2021 +0200
@@ -1167,13 +1167,6 @@
         """An ``ifilerevisionssequence`` instance."""
     )
 
-    indexfile = interfaceutil.Attribute(
-        """Path of revlog index file.
-
-        TODO this is revlog specific and should not be exposed.
-        """
-    )
-
     opener = interfaceutil.Attribute(
         """VFS opener to use to access underlying files used for storage.