mercurial/hg.py
changeset 48241 7d1e60244561
parent 48240 607e9322fc89
child 48494 b74ee41addee
--- a/mercurial/hg.py	Fri Oct 15 02:44:14 2021 +0200
+++ b/mercurial/hg.py	Fri Oct 15 03:28:28 2021 +0200
@@ -942,7 +942,7 @@
                     exchange.pull(
                         local,
                         srcpeer,
-                        revs,
+                        heads=revs,
                         streamclonerequested=stream,
                         includepats=storeincludepats,
                         excludepats=storeexcludepats,