This is an archive of the discontinued Mercurial Phabricator instance.

rhg: Add RevlogEntry::data that does delta resolution
ClosedPublic

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

Details

Summary

This requires keeping a &Revlog reference inside the RevlogEntry struct.
This struct already had the appropriate lifetime parameter.

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:29 AM
This revision is now accepted and ready to land.Jan 7 2022, 4:29 AM
This revision was automatically updated to reflect the committed changes.