mercurial/utils/__init__.py
author Manuel Jacob <me@manueljacob.de>
Mon, 15 Jun 2020 03:34:23 +0200
branchstable
changeset 44965 8439351d3208
parent 36607 c6061cadb400
permissions -rw-r--r--
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`.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines: