mercurial/sshpeer.py
changeset 52520 1554bd50a1af
parent 51859 f4733654f144
child 52521 b52f2b365eff
--- 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)