##// END OF EJS Templates
procutil: always popen() in binary mode...
procutil: always popen() in binary mode On Python 3, non-binary stream is useless. Let's convert line ending by ourselves. Note that we don't need fromnativeeol() in patch._externalpatch() since any whitespace characters are rstrip()-ed.
Yuya Nishihara -
r37476:00e4bd97 default
Show More