Mercurial > public > mercurial-scm > hg
comparison mercurial/sshpeer.py @ 26781:1aee2ab0f902
spelling: trivial spell checking
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Sat, 17 Oct 2015 00:58:46 +0200 |
parents | 56b2bcea2529 |
children | 8953e963ce8c |
comparison
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 |