changeset 5035 | c5efcbbd0dc4 |
parent 5034 | 1015a1dbaf7c |
child 5044 | b9179a034005 |
--- a/hgext3rd/pullbundle.py Sun Dec 01 12:41:20 2019 +0530 +++ b/hgext3rd/pullbundle.py Thu Dec 26 21:23:30 2019 +0100 @@ -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)