##// END OF EJS Templates
py3: replace bytes[n] with bytes[n:n + 1] in patch.py where needed
py3: replace bytes[n] with bytes[n:n + 1] in patch.py where needed
Yuya Nishihara -
r34069:8b8b70cb default
Show More
Name Size Modified Last Commit Author
/ mercurial / pure
__init__.py Loading ...
base85.py Loading ...
bdiff.py Loading ...
charencode.py Loading ...
diffhelpers.py Loading ...
mpatch.py Loading ...
osutil.py Loading ...
parsers.py Loading ...