mercurial/exchange.py
changeset 48292 aad84024660f
parent 48242 4d2ab365699e
child 48526 04688c51f81f
--- a/mercurial/exchange.py	Thu Oct 28 17:44:58 2021 +0200
+++ b/mercurial/exchange.py	Fri Oct 29 14:40:46 2021 +0200
@@ -1378,7 +1378,6 @@
         self,
         repo,
         remote,
-        path,
         heads=None,
         force=False,
         bookmarks=(),
@@ -1387,6 +1386,7 @@
         includepats=None,
         excludepats=None,
         depth=None,
+        path=None,
     ):
         # repo we pull into
         self.repo = repo