##// END OF EJS Templates
byteify-strings: do not rewrite system string literals to u''...
byteify-strings: do not rewrite system string literals to u'' It would make things worse on Python 2 because unicode processing is generally slower than byte string. We should just leave system strings unmodified.
Yuya Nishihara -
r38408:1d68fd5f default
Show More
Name Size Modified Last Commit Author
/ contrib / benchmarks
__init__.py Loading ...
perf.py Loading ...
revset.py Loading ...