This is an archive of the discontinued Mercurial Phabricator instance.

changegroup: move manifest chunk emission to generate()
ClosedPublic

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

Details

Summary

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
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

indygreg created this revision.Aug 9 2018, 4:52 PM
durin42 added inline comments.
mercurial/changegroup.py
879

nit: this shadows the dir() builtin, which makes me a bit uncomfortable - send a followup?

("tree" maybe?)

indygreg added inline comments.Aug 9 2018, 10:19 PM
mercurial/changegroup.py
879

This bothered me as well. I will happily submit a follow-up. Will tack it at the end of my current series.

This revision was automatically updated to reflect the committed changes.