changeset 41676 | 0531dff73d0b |
parent 41256 | ebda5d4265ec |
child 42782 | 1d9031b6cb7e |
--- a/hgext/remotefilelog/shallowbundle.py Sun Feb 10 14:35:36 2019 -0800 +++ b/hgext/remotefilelog/shallowbundle.py Sat Feb 09 22:50:53 2019 -0800 @@ -162,7 +162,7 @@ repo.shallowmatch = match.match(repo.root, '', None, includepattern, excludepattern) else: - repo.shallowmatch = match.always(repo.root, '') + repo.shallowmatch = match.always() return orig(repo, outgoing, version, source, *args, **kwargs) finally: repo.shallowmatch = original