hgext3rd/pullbundle.py
branchstable
changeset 5034 1015a1dbaf7c
parent 4957 e8302f760a54
child 5044 b9179a034005
--- a/hgext3rd/pullbundle.py	Fri Dec 20 17:39:44 2019 +0530
+++ b/hgext3rd/pullbundle.py	Thu Dec 26 12:22:49 2019 +0700
@@ -392,7 +392,7 @@
         if filematcher is not None:
             cgstream = changegroup.makestream(repo, outgoing, version, source,
                                               bundlecaps=bundlecaps,
-                                              filematcher=filematcher)
+                                              matcher=filematcher)
         else:
             cgstream = changegroup.makestream(repo, outgoing, version, source,
                                               bundlecaps=bundlecaps)