Skip to content
Snippets Groups Projects
Commit d9b3cc3d5d07 authored by Gregory Szorc's avatar Gregory Szorc
Browse files

filelog: drop index attribute (API)

The previous commit removed the last consumer of the "index" attribute
on the file storage interface. The index is an extremely low-level
data structure that is revlog specific and isn't appropriate to
expose as part of a generic storage API. There may be a market for
an efficient data structure to obtain metadata on every revision for
a file. But if there is, it should be designed using e.g. named
attributes for lookup instead of a list-like of 8-tuples.

Let's drop the attribute from filelog and remove the attribute from
the file storage interface.

Differential Revision: https://phab.mercurial-scm.org/D4720
parent 32d3ed3023bb
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment