##// END OF EJS Templates
py3: use raw strings and %d for formatting...
py3: use raw strings and %d for formatting Before the string compares on Python 3 failed because we were comparing bytes to str. Using raw strings ensures we are always comparing str. While we're here, also use %d to format integers. Differential Revision: https://phab.mercurial-scm.org/D5925

File last commit:

r34398:765eb17a default
r41820:34ae00a1 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer