hgext/lfs/__init__.py
changeset 41230 d2d716cc0700
parent 41070 8f40e21ca842
child 41279 c9e1104e6272
--- a/hgext/lfs/__init__.py	Sat Dec 29 23:01:12 2018 -0800
+++ b/hgext/lfs/__init__.py	Sat Dec 29 23:35:05 2018 -0800
@@ -243,7 +243,7 @@
                 s = repo.set('%n:%n', _bin(kwargs[r'node']), _bin(last))
             else:
                 s = repo.set('%n', _bin(kwargs[r'node']))
-            match = repo.narrowmatch()
+            match = repo._storenarrowmatch
             for ctx in s:
                 # TODO: is there a way to just walk the files in the commit?
                 if any(ctx[f].islfs() for f in ctx.files()