hgext/largefiles/overrides.py
changeset 24167 90f08728e0f7
parent 24163 bb11081562d7
child 24172 e0f06228bb66
--- a/hgext/largefiles/overrides.py	Mon Mar 02 01:20:14 2015 -0600
+++ b/hgext/largefiles/overrides.py	Mon Mar 02 23:37:55 2015 +0900
@@ -721,7 +721,7 @@
             # currently doesn't work correctly in that case, this match is
             # called, so the lfdirstate above may not be the correct one for
             # this invocation of match.
-            lfdirstate = lfutil.openlfdirstate(ctx._repo.ui, ctx._repo)
+            lfdirstate = lfutil.openlfdirstate(ctx._repo.ui, ctx._repo, False)
 
             def tostandin(f):
                 if lfutil.standin(f) in ctx: