mercurial/sshpeer.py
changeset 52520 1554bd50a1af
parent 51859 f4733654f144
child 52521 b52f2b365eff
equal deleted inserted replaced
52519:5cf81d8d7de1 52520:1554bd50a1af
   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):