This is an archive of the discontinued Mercurial Phabricator instance.

changegroup: remove dictionary creation from deltachunk
ClosedPublic

Authored by durham on Sep 20 2017, 12:42 PM.

Details

Summary

Previously delta chunk returned a dictionary. Now that we consume deltachunk
within changegroup (instead of outside in revlog) we can just return a tuple and
have it be returned directly by deltaiter.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped