mercurial/statichttprepo.py
changeset 49753 ff7134e03629
parent 49750 f075a9463ee7
child 49757 5f71fff8dc74
--- a/mercurial/statichttprepo.py	Sat Dec 03 00:13:50 2022 +0100
+++ b/mercurial/statichttprepo.py	Sat Dec 03 00:16:07 2022 +0100
@@ -236,8 +236,8 @@
     def local(self):
         return False
 
-    def peer(self):
-        return statichttppeer(self)
+    def peer(self, path=None):
+        return statichttppeer(self, path=path)
 
     def wlock(self, wait=True):
         raise error.LockUnavailable(