Show More
@@ -62,7 +62,7 class doublepipe(object): | |||
|
62 | 62 | large read for data not yet emitted by the server. |
|
63 | 63 | |
|
64 | 64 | The main pipe is expected to be a 'bufferedinputpipe' from the util module |
|
65 |
that handle all the os specific bit |
|
|
65 | that handle all the os specific bits. This class lives in this module | |
|
66 | 66 | because it focus on behavior specific to the ssh protocol.""" |
|
67 | 67 | |
|
68 | 68 | def __init__(self, ui, main, side): |
General Comments 0
You need to be logged in to leave comments.
Login now