diff -r 5cf81d8d7de1 -r 1554bd50a1af mercurial/sshpeer.py --- a/mercurial/sshpeer.py Mon Dec 16 02:10:46 2024 -0500 +++ b/mercurial/sshpeer.py Mon Dec 16 02:41:24 2024 -0500 @@ -439,12 +439,12 @@ # End of ipeerconnection interface. - # Begin of ipeercommands interface. + # Begin of ipeercapabilities interface. def capabilities(self): return self._caps - # End of ipeercommands interface. + # End of ipeercapabilities interface. def _readerr(self): _forwardoutput(self.ui, self._pipee)