( )⚙ D10561 revlog: explicitely pass the "indexfile" parameter

This is an archive of the discontinued Mercurial Phabricator instance.

revlog: explicitely pass the "indexfile" parameter
ClosedPublic

Authored by marmoute on May 3 2021, 7:46 AM.

Details

Summary

Most of this was already done when introducing the target parameter, but some
remained. Having "indexfile" passed explicitely will help us to change the way
we address a revlog later in the stack. With the introduction of more generic
docket, the entry point will not necessarly be xxx.i file, and the actual
index files will have a variable name.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

marmoute created this revision.May 3 2021, 7:46 AM
baymax updated this revision to Diff 27476.May 3 2021, 9:43 PM

✅ refresh by Heptapod after a successful CI run (🐙 💚)

Alphare accepted this revision.May 7 2021, 8:52 AM
This revision is now accepted and ready to land.May 7 2021, 8:52 AM
This revision was automatically updated to reflect the committed changes.