D706: bundle2: move processpart stream maintenance into part iterator

2017-09-18 Thread durham (Durham Goode)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGe71890f27767: bundle2: move processpart stream maintenance into part iterator (authored by durham, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D

D706: bundle2: move processpart stream maintenance into part iterator

2017-09-14 Thread durham (Durham Goode)
durham updated this revision to Diff 1818. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D706?vs=1802&id=1818 REVISION DETAIL https://phab.mercurial-scm.org/D706 AFFECTED FILES mercurial/bundle2.py CHANGE DETAILS diff --git a/mercurial/bundle2.py b/

D706: bundle2: move processpart stream maintenance into part iterator

2017-09-13 Thread indygreg (Gregory Szorc)
indygreg requested changes to this revision. indygreg added inline comments. This revision now requires changes to proceed. INLINE COMMENTS > bundle2.py:1149-1152 > +try: > +_processpart(op, part) > +finally: > +part.seek(0, 2) I think there is a change in

D706: bundle2: move processpart stream maintenance into part iterator

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 The processpart function also did some stream maintenance, so let's move it to the part iterator as well, as part of moving all part iteration logic into the clas