This is an archive of the discontinued Mercurial Phabricator instance.

changegroup: fix deltachunk API to be consistent from one class to another
ClosedPublic

Authored by marmoute on May 28 2021, 6:34 PM.

Details

Summary

Depending of the subclass the 8th index of chunkdata items was either a
sidedata dict of a proto_flags integer. We have not fixed the inconsistency and
we already return fixed "delta" items from deltaiter.

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.