Mercurial > hg
comparison tests/test-issue1877.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 | 2fc86d92c4a9 |
children |
comparison
equal
deleted
inserted
replaced
41516:d65519e5dd04 | 41517:549f956ba2a9 |
---|