changeset 40082 | 4fd0fac48922 |
parent 40047 | 8e398628a3f2 |
child 40344 | 2c5835b4246b |
--- a/mercurial/changegroup.py Fri Oct 05 01:55:51 2018 +0300 +++ b/mercurial/changegroup.py Fri Sep 28 12:29:21 2018 -0700 @@ -1271,8 +1271,7 @@ # Requested files could include files not in the local store. So # filter those out. - filematcher = matchmod.intersectmatchers(repo.narrowmatch(), - filematcher) + filematcher = repo.narrowmatch(filematcher) fn = _packermap[version][0] return fn(repo, filematcher, bundlecaps, ellipses=ellipses,