( )⚙ D10778 changegroup: fix deltachunk API to be consistent from one class to another

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