( )⚙ D10642 revlog: simplify entry update logic in `rewrite_sidedata`

This is an archive of the discontinued Mercurial Phabricator instance.

revlog: simplify entry update logic in `rewrite_sidedata`
ClosedPublic

Authored by marmoute on May 4 2021, 10:14 AM.

Details

Summary

We don't need to rebuild the full entry. So lets just gather the data we need
to pass to replace_sidedata_info.

Diff Detail

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

Event Timeline

marmoute created this revision.May 4 2021, 10:14 AM
baymax updated this revision to Diff 27881.May 11 2021, 1:45 PM

✅ refresh by Heptapod after a successful CI run (🐙 💚)

Alphare accepted this revision.May 17 2021, 5:48 PM
This revision is now accepted and ready to land.May 17 2021, 5:48 PM