Mercurial > hg > mercurial-source
comparison tests/test-alias.t @ 34494:373ca5103ba8
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
author | Augie Fackler <augie@google.com> |
---|---|
date | Mon, 24 Jul 2017 11:16:32 -0400 |
parents | 7109d5ddeb0c |
children | a8a9c0d3232b |
comparison
equal
deleted
inserted
replaced
34493:2e43c5cd57a7 | 34494:373ca5103ba8 |
---|