Skip to content
Snippets Groups Projects

pullbundle: kwarg to changegroup.makestream() is called matcher

Merged Anton Shestakov requested to merge topic/stable/pullbundle-matcher into branch/stable
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -392,7 +392,7 @@ def _makenewstream(newpart, repo, outgoing, version, source,
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)
Loading