This is an archive of the discontinued Mercurial Phabricator instance.

changegroup: move file chunk emission to generate()
ClosedPublic

Authored by indygreg on Aug 9 2018, 4:52 PM.

Details

Summary

Same deal as manifests. We want to get to a point where we can
emit data structures from deltagroup() and derive the raw
changegroup data as late as possible.

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.

Event Timeline

indygreg created this revision.Aug 9 2018, 4:52 PM
This revision was automatically updated to reflect the committed changes.