D2259: py3: use pycompat.bytestr to convert int/bytes to bytes
yuja (Yuya Nishihara)
phabricator at mercurial-scm.org
Wed Feb 14 13:14:25 UTC 2018
yuja requested changes to this revision.
yuja added a comment.
This revision now requires changes to proceed.
> The item value can be integer or can be bytes, so cannot use "%d" here.
Sounds like a bug. IIUC, the item should be a byte string because it is
passed to `ui.progress(item=)`. Can you take a look?
REPOSITORY
rHG Mercurial
REVISION DETAIL
https://phab.mercurial-scm.org/D2259
To: pulkit, #hg-reviewers, yuja
Cc: yuja, mercurial-devel
More information about the Mercurial-devel
mailing list