changegroup: move manifest chunk emission to generate()...
changegroup: move manifest chunk emission to generate()
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.
Differential Revision:
https://phab.mercurial-scm.org/D4209