Mercurial > hg
diff tests/test-diff-unified.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 | 22f19da5736e |
children | df44bac9413d |