mercurial/commands.py
changeset 48241 7d1e60244561
parent 48240 607e9322fc89
child 48243 76c071bba40d
--- a/mercurial/commands.py	Fri Oct 15 02:44:14 2021 +0200
+++ b/mercurial/commands.py	Fri Oct 15 03:28:28 2021 +0200
@@ -5454,6 +5454,7 @@
                 modheads = exchange.pull(
                     repo,
                     other,
+                    path=path,
                     heads=nodes,
                     force=opts.get(b'force'),
                     bookmarks=opts.get(b'bookmark', ()),