mercurial/interfaces/repository.py
changeset 49748 78af51ba73c5
parent 48946 642e31cb55f0
child 49751 a6e2a668c746
--- a/mercurial/interfaces/repository.py	Sat Dec 03 03:45:39 2022 +0100
+++ b/mercurial/interfaces/repository.py	Sat Dec 03 03:45:45 2022 +0100
@@ -123,12 +123,6 @@
         can be used to interface with it. Otherwise returns ``None``.
         """
 
-    def peer():
-        """Returns an object conforming to this interface.
-
-        Most implementations will ``return self``.
-        """
-
     def canpush():
         """Returns a boolean indicating if this peer can be pushed to."""