Mercurial > hg
diff hgeditor @ 44969:d545b895234a 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 | Tue, 16 Jun 2020 14:03:00 +0200 |
parents | 1aee2ab0f902 |
children |