D1386: bundle2: extract logic for seeking bundle2 part into own class

2017-11-28 Thread martinvonz (Martin von Zweigbergk)
martinvonz added inline comments. INLINE COMMENTS > bundle2.py:1210 > self.mandatorykeys = () > -self._payloadstream = None > self._readheader() This seems unrelated. The field is still assigned in this class e.g. on line 1311. REPOSITORY rHG Mercurial REVISION DET

D1386: bundle2: extract logic for seeking bundle2 part into own class

2017-11-20 Thread indygreg (Gregory Szorc)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG073eec083e25: bundle2: extract logic for seeking bundle2 part into own class (authored by indygreg, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/

D1386: bundle2: extract logic for seeking bundle2 part into own class

2017-11-13 Thread indygreg (Gregory Szorc)
indygreg created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Currently, unbundlepart classes support bi-directional seeking. Most consumers of unbundlepart only ever seek forward - typically as part of moving to the end o