comparison mercurial/bdiff.c @ 38998:40374b4a780f

changegroup: track changelog to manifest revision map explicitly Previously, self._nextclrevtolocalrev was only populated as part of the changelog lookup callback. But cgpacker._close() was looking at self._nextclrevtolocalrev on every invocation. Since self._nextclrevtolocalrev is for communicating the mapping of changelog revisions to manifest revisions, this commit refactors the code to make that explicit. The changelog state now stores this mapping. And after the changelog group is emitted, we update self._clrevtolocalrev with that dict. self._nextclrevtolocalrev is unused and has been deleted. Differential Revision: https://phab.mercurial-scm.org/D4190
author Gregory Szorc <gregory.szorc@gmail.com>
date Tue, 07 Aug 2018 10:55:32 -0700
parents 068e774ae29e
children 763b45bc4483
comparison
equal deleted inserted replaced
38997:812eec3f89cb 38998:40374b4a780f