##// END OF EJS Templates
py3: use `%d` for int in % formatting...
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`.
Manuel Jacob -
r45492:8439351d stable
Show More
Name Size Modified Last Commit Author
/ rust / hg-core / src
dirstate
re2
revlog
utils
ancestors.rs Loading ...
dagops.rs Loading ...
dirstate.rs Loading ...
discovery.rs Loading ...
filepatterns.rs Loading ...
lib.rs Loading ...
matchers.rs Loading ...
revlog.rs Loading ...
testing.rs Loading ...
utils.rs Loading ...