##// END OF EJS Templates
py3: use %d instead of %s for integers...
py3: use %d instead of %s for integers Python 3 returns an error if we use %s as type specifiers for integers.
Pulkit Goyal -
r30611:cbc61b1b default
Show More
Name Size Modified Last Commit Author
/ mercurial / pure
__init__.py Loading ...
base85.py Loading ...
bdiff.py Loading ...
diffhelpers.py Loading ...
mpatch.py Loading ...
osutil.py Loading ...
parsers.py Loading ...