Mercurial > evolve
diff hgext3rd/pullbundle.py @ 5086:553b2f2fda93 mercurial-5.1
test-compat: merge mercurial-5.2 into mercurial-5.1
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Thu, 23 Jan 2020 17:40:51 +0700 |
parents | 1015a1dbaf7c |
children | b9179a034005 |
line wrap: on
line diff
--- a/hgext3rd/pullbundle.py Thu Nov 28 10:48:44 2019 +0100 +++ b/hgext3rd/pullbundle.py Thu Jan 23 17:40:51 2020 +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)