( )⚙ D10307 revlog: directly use the Struct object for related operation

This is an archive of the discontinued Mercurial Phabricator instance.

revlog: directly use the Struct object for related operation
ClosedPublic

Authored by marmoute on Apr 5 2021, 11:49 AM.

Details

Summary

The Struct object has all the piece we needs, so no need to duplicate
information on the revlog itself.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

marmoute created this revision.Apr 5 2021, 11:49 AM
Alphare accepted this revision.Apr 8 2021, 5:56 AM
pulkit accepted this revision.Apr 8 2021, 6:03 AM
This revision is now accepted and ready to land.Apr 8 2021, 6:03 AM