This is an archive of the discontinued Mercurial Phabricator instance.

revlog: use file read caching for sidedata
ClosedPublic

Authored by SimonSapin on Jun 15 2021, 7:30 AM.

Details

Summary

The previous changeset extracted this caching logic from the revlog class into
a new class. Adding a new instance of that class allows using the same logic
for side data.

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

SimonSapin created this revision.Jun 15 2021, 7:30 AM
Alphare accepted this revision.Jun 17 2021, 5:09 AM
This revision is now accepted and ready to land.Jun 17 2021, 5:09 AM
baymax updated this revision to Diff 28598.Jun 17 2021, 12:28 PM

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

This revision was automatically updated to reflect the committed changes.