Mercurial > hg
diff hgext/remotenames.py @ 44965:8439351d3208 stable
py3: use `%d` for int in % formatting
On Python 3, `%s` is an alias to `%b`, which requires that the object implements
`__bytes__()`, which is not the case for `int`.
author | Manuel Jacob <me@manueljacob.de> |
---|---|
date | Mon, 15 Jun 2020 03:34:23 +0200 |
parents | 649d3ac37a12 |
children | 89a2afe31e82 |