Mercurial > hg
diff tests/test-unionrepo.t @ 35625:390f860228ba
vfs: drop text mode flag (API)
It's useless on Python 3.
.. api::
``text=False|True`` option is dropped from the vfs interface because of
Python 3 compatibility issue. Use ``util.tonativeeol/fromnativeeol()`` to
convert EOL manually.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sat, 13 Jan 2018 13:47:10 +0900 |
parents | 4441705b7111 |
children | 0611c954da90 |