This is an archive of the discontinued Mercurial Phabricator instance.

rhg: Rename some revlog-related types and methods
ClosedPublic

Authored by SimonSapin on Jan 6 2022, 1:56 PM.

Details

Summary

Use "data chunck" and "data" for a revlog entry’s data before and after
resolving deltas (if any), repsectively.

The former FilelogEntry actually only contains data, rename it to
FilelogRevisionData accordingly. This leaves room to later have a
FilelogEntry type that wraps RevlogEntry.

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.Jan 6 2022, 1:56 PM
Alphare accepted this revision.Jan 7 2022, 4:27 AM
This revision is now accepted and ready to land.Jan 7 2022, 4:27 AM
This revision was automatically updated to reflect the committed changes.