diff -r d6440a5076a5 -r c9f4ef967a1d hgext/largefiles/overrides.py --- 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: