This is an archive of the discontinued Mercurial Phabricator instance.

revlog: use "entry_point" phrasing for loading the revlog
ClosedPublic

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

Details

Summary

The main entry for the revlog will not necessary be the index, but a small
"docket". So we change the variable names and we move the initialisation of the
index_file and data_file after that first entry point have been read.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

marmoute created this revision.May 3 2021, 7:51 AM
baymax updated this revision to Diff 27516.May 3 2021, 9:44 PM

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

Alphare accepted this revision.May 11 2021, 10:11 AM
This revision is now accepted and ready to land.May 11 2021, 10:11 AM