Show More
@@ -327,9 +327,8 b' class channeledsystem(object):' | |||
|
327 | 327 | |
|
328 | 328 | class chgcmdserver(commandserver.server): |
|
329 | 329 | def __init__(self, ui, repo, fin, fout, sock, hashstate, baseaddress): |
|
330 | self._csystem = channeledsystem(fin, fout, 'S') | |
|
331 | 330 | super(chgcmdserver, self).__init__( |
|
332 |
_newchgui(ui, |
|
|
331 | _newchgui(ui, channeledsystem(fin, fout, 'S')), repo, fin, fout) | |
|
333 | 332 | self.clientsock = sock |
|
334 | 333 | self._oldios = [] # original (self.ch, ui.fp, fd) before "attachio" |
|
335 | 334 | self.hashstate = hashstate |
General Comments 0
You need to be logged in to leave comments.
Login now