( )⚙ D11960 rhg: Add RevlogEntry::data that does delta resolution

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
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

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.