##// END OF EJS Templates
largefiles: avoid infinite recursive call of openlfdirstate in overriderevert...
FUJIWARA Katsunori -
r24167:90f08728 default
parent child Browse files
Show More
@@ -721,7 +721,7 b' def overriderevert(orig, ui, repo, *pats'
721 # currently doesn't work correctly in that case, this match is
721 # currently doesn't work correctly in that case, this match is
722 # called, so the lfdirstate above may not be the correct one for
722 # called, so the lfdirstate above may not be the correct one for
723 # this invocation of match.
723 # this invocation of match.
724 lfdirstate = lfutil.openlfdirstate(ctx._repo.ui, ctx._repo)
724 lfdirstate = lfutil.openlfdirstate(ctx._repo.ui, ctx._repo, False)
725
725
726 def tostandin(f):
726 def tostandin(f):
727 if lfutil.standin(f) in ctx:
727 if lfutil.standin(f) in ctx:
General Comments 0
You need to be logged in to leave comments. Login now