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
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/
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