This is an archive of the discontinued Mercurial Phabricator instance.

revlog: move index reading logic in a dedicated method
ClosedPublic

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

Details

Summary

They are multiple motivation to do it:

  • The logic is complicated enough to deserver its own method.
  • We will need to reuse this once we put a docket in use.
  • This split the actual reading from the processing of the read data better.

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:50 AM
baymax updated this revision to Diff 27510.May 3 2021, 9:44 PM

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

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