##// END OF EJS Templates
py3: use .startswith() instead of bytes[0]...
py3: use .startswith() instead of bytes[0] Doing bytes[0] will return the ascii value of that position which breaks comparison with a bytechar. This makes test-absorb.t work again on py3. Differential Revision: https://phab.mercurial-scm.org/D6508

File last commit:

r30346:9cc438bf default
r42635:c1bf63ac default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer