tests/test-revlog-raw.py.out
author Augie Fackler <augie@google.com>
Mon, 24 Jul 2017 11:16:32 -0400
changeset 33711 373ca5103ba8
parent 31755 ec48d57de110
child 41034 cca12a31ede5
permissions -rw-r--r--
bundle2: convert ints to strings using pycompat.bytestring() Fixes some Python 3 regressions. We don't use %d here because the part id is actually an Optional[int]. It should always be initialized to a non-None value by the time this code executes, but we shouldn't blindly depend on that being the case. Differential Revision: https://phab.mercurial-scm.org/D272

local test passed
addgroupcopy test passed
clone test passed
lowlevelcopy test passed