D2091: wireprotoserver: extract SSH response handling functions
yuja (Yuya Nishihara)
phabricator at mercurial-scm.org
Tue Feb 13 13:53:46 UTC 2018
yuja added inline comments.
INLINE COMMENTS
> wireprotoserver.py:424
> + _sshv1respondbytes(self._fout, b'')
> + _sshv1respondbytes(self._fout, bytes(rsp.res))
> + elif isinstance(rsp, wireproto.pusherr):
`rsp.res` here looks like an integer.
REPOSITORY
rHG Mercurial
REVISION DETAIL
https://phab.mercurial-scm.org/D2091
To: indygreg, #hg-reviewers, durin42
Cc: yuja, mercurial-devel
More information about the Mercurial-devel
mailing list