hgext/largefiles/overrides.py
changeset 24336 c9f4ef967a1d
parent 24230 23438bceba04
child 24436 66a69da9cde4
--- a/hgext/largefiles/overrides.py	Thu Mar 12 23:05:25 2015 -0400
+++ b/hgext/largefiles/overrides.py	Thu Mar 12 23:08:16 2015 -0400
@@ -760,7 +760,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, False)
+            lfdirstate = lfutil.openlfdirstate(ctx.repo().ui, ctx.repo(), False)
 
             def tostandin(f):
                 if lfutil.standin(f) in ctx: