Mercurial > hg
comparison mercurial/registrar.py @ 37944:dc1ed7fe33e4
sshserver: do setbinary() by caller (API)
In most cases, stdio should be set to binary mode by the dispatcher, so
the sshserver does not have to take care of that. The only exception was
hg-ssh, which is fixed by this patch.
.. api::
``sshserver()`` no longer sets stdin and stdout to binary mode.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 25 Mar 2018 16:35:24 +0900 |
parents | dfc51a482031 |
children | aa98392eb5b0 |
comparison
equal
deleted
inserted
replaced
37943:45a669bad421 | 37944:dc1ed7fe33e4 |
---|