mercurial/bundlerepo.py
changeset 49753 ff7134e03629
parent 48946 642e31cb55f0
child 49972 1bd33932713d
--- a/mercurial/bundlerepo.py	Sat Dec 03 00:13:50 2022 +0100
+++ b/mercurial/bundlerepo.py	Sat Dec 03 00:16:07 2022 +0100
@@ -458,8 +458,8 @@
     def cancopy(self):
         return False
 
-    def peer(self):
-        return bundlepeer(self)
+    def peer(self, path=None):
+        return bundlepeer(self, path=path)
 
     def getcwd(self):
         return encoding.getcwd()  # always outside the repo