pulkit added inline comments.

INLINE COMMENTS

> debugcommands.py:279
>                  blobsize = "(missing)"
> -            ui.write("%s  %s  %s%d\n" % (
> +            ui.write("%s  %s  %s%s\n" % (
>                  hashformatter(node),

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.

REPOSITORY
  rHG Mercurial

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

To: spectral, #hg-reviewers
Cc: pulkit, mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to