hgext/largefiles/overrides.py
changeset 32382 c87db79b9507
parent 32361 124ee239d9cb
child 32388 4a23cdb32968
--- a/hgext/largefiles/overrides.py	Thu May 18 16:43:56 2017 -0400
+++ b/hgext/largefiles/overrides.py	Sat May 20 22:27:52 2017 -0700
@@ -119,7 +119,7 @@
     m = matcher
 
     wctx = repo[None]
-    for f in repo[None].walk(matchmod.badmatch(m, lambda x, y: None)):
+    for f in wctx.walk(matchmod.badmatch(m, lambda x, y: None)):
         exact = m.exact(f)
         lfile = lfutil.standin(f) in wctx
         nfile = f in wctx