comparison tests/test-bundle2-pushback.t @ 41517:549f956ba2a9

py3: don't use universal_newlines in svnsubrepo On Python 3, it means text=True without any specific encoding, which is pretty bad. Instead, use util.fromnativeeol() to translate CR+LF to LF without encoding conversion.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 02 Feb 2019 15:26:51 +0900
parents 5abc47d4ca6b
children c70bdd222dcd
comparison
equal deleted inserted replaced
41516:d65519e5dd04 41517:549f956ba2a9