This is an archive of the discontinued Mercurial Phabricator instance.

revlog: extract entry byte offsets into named constants
ClosedPublic

Authored by pacien on Feb 7 2022, 6:42 AM.

Details

Summary

Labelling the fields pointed by the given offsets shared by revlog v1 and v2.

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

pacien created this revision.Feb 7 2022, 6:42 AM

This is reasonable, but I didn't double-check that all cases are identical.

Alphare accepted this revision.Feb 7 2022, 9:09 AM
This revision is now accepted and ready to land.Feb 7 2022, 9:09 AM
This revision was automatically updated to reflect the committed changes.