equal
deleted
inserted
replaced
437 def close(self): |
437 def close(self): |
438 self._cleanup() |
438 self._cleanup() |
439 |
439 |
440 # End of ipeerconnection interface. |
440 # End of ipeerconnection interface. |
441 |
441 |
442 # Begin of ipeercommands interface. |
442 # Begin of ipeercapabilities interface. |
443 |
443 |
444 def capabilities(self): |
444 def capabilities(self): |
445 return self._caps |
445 return self._caps |
446 |
446 |
447 # End of ipeercommands interface. |
447 # End of ipeercapabilities interface. |
448 |
448 |
449 def _readerr(self): |
449 def _readerr(self): |
450 _forwardoutput(self.ui, self._pipee) |
450 _forwardoutput(self.ui, self._pipee) |
451 |
451 |
452 def _abort(self, exception): |
452 def _abort(self, exception): |