D2419: py3: use '%d' for integers instead of '%s'

yuja (Yuya Nishihara) phabricator at mercurial-scm.org
Sat Feb 24 07:57:48 EST 2018


yuja requested changes to this revision.
yuja added inline comments.
This revision now requires changes to proceed.

INLINE COMMENTS

> debugcommands.py:567
>          m = util.matchdate(range)
> -        ui.write(("match: %s\n") % m(d[0]))
> +        ui.write(("match: %d\n") % m(d[0]))
>  

This one is bool.

REPOSITORY
  rHG Mercurial

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

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


More information about the Mercurial-devel mailing list