D6025: remotefilelog: fix format str, blobsize isn't always a #, can be "(missing)"

spectral (Kyle Lippincott) phabricator at mercurial-scm.org
Tue Feb 26 16:46:12 EST 2019


spectral marked an inline comment as done.
spectral added inline comments.

INLINE COMMENTS

> pulkit wrote in debugcommands.py:279
> It was changed to `%d` because `%s % int` does not work on Python 3. I think `%s % pycompat.bytestr(blobsize)` should work on both python versions.

Changed to use pycompat.bytestr

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D6025

To: spectral, #hg-reviewers
Cc: pulkit, mercurial-devel


More information about the Mercurial-devel mailing list