mercurial/sshpeer.py
changeset 26781 1aee2ab0f902
parent 26587 56b2bcea2529
child 27798 8953e963ce8c
equal deleted inserted replaced
26780:bbf544b5f2e9 26781:1aee2ab0f902
    56     without affecting actual output of sshpeer too much as we rarely issue
    56     without affecting actual output of sshpeer too much as we rarely issue
    57     large read for data not yet emitted by the server.
    57     large read for data not yet emitted by the server.
    58 
    58 
    59     The main pipe is expected to be a 'bufferedinputpipe' from the util module
    59     The main pipe is expected to be a 'bufferedinputpipe' from the util module
    60     that handle all the os specific bites. This class lives in this module
    60     that handle all the os specific bites. This class lives in this module
    61     because it focus on behavior specifig to the ssh protocol."""
    61     because it focus on behavior specific to the ssh protocol."""
    62 
    62 
    63     def __init__(self, ui, main, side):
    63     def __init__(self, ui, main, side):
    64         self._ui = ui
    64         self._ui = ui
    65         self._main = main
    65         self._main = main
    66         self._side = side
    66         self._side = side