##// END OF EJS Templates
py3: use .startswith() instead of bytes[0]...
py3: use .startswith() instead of bytes[0] bytes[0] returns the ascii value of character at 0 index. Differential Revision: https://phab.mercurial-scm.org/D3580
Pulkit Goyal -
r38059:b403e87d default
Show More