Mercurial > hg > mercurial-source
view contrib/debian/changelog @ 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 | dc22729b4ebd |
children |
line wrap: on
line source
mercurial (__VERSION__) __CODENAME__; urgency=medium * Automated build performed by upstream. -- Mercurial Devel <mercurial-devel@mercurial-scm.org> __DATE__