( )⚙ D10508 revlog: add a `entry_binary` method on index

This is an archive of the discontinued Mercurial Phabricator instance.

revlog: add a `entry_binary` method on index
ClosedPublic

Authored by marmoute on Apr 23 2021, 10:29 AM.

Details

Summary

The revlog index is already responsible for unpacking the binary entry, it would be
simpler to make it responsible for packing them. In practice the C version of
the index is already doing this internally.

We introduce a "entry_binary" method that return the binary version of an
existing revision. The method currently need to also take the revlog header to
deal with the "first revision" special case. We will introduce further refactor
in a later changeset to split that logic out.

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.