D709: bundle2: move part processing to a separate function

2017-09-18 Thread durham (Durham Goode)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGf010097c885c: bundle2: move part processing to a separate function (authored by durham, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D709: bundle2: move part processing to a separate function

2017-09-13 Thread durham (Durham Goode)
durham created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Now that the part processing loop is tiny, let's move it to a separate function. This will allow extensions to completely replace the part processing logic,