##// END OF EJS Templates
largefiles revert: update lfdirstate with result from first cleanliness check...
Mads Kiilerich -
r18140:e388273f stable
parent child Browse files
Show More
@@ -565,6 +565,7 b' def overriderevert(orig, ui, repo, *pats'
565 lfdirstate = lfutil.openlfdirstate(ui, repo)
565 lfdirstate = lfutil.openlfdirstate(ui, repo)
566 (modified, added, removed, missing, unknown, ignored, clean) = \
566 (modified, added, removed, missing, unknown, ignored, clean) = \
567 lfutil.lfdirstatestatus(lfdirstate, repo, repo['.'].rev())
567 lfutil.lfdirstatestatus(lfdirstate, repo, repo['.'].rev())
568 lfdirstate.write()
568 for lfile in modified:
569 for lfile in modified:
569 lfutil.updatestandin(repo, lfutil.standin(lfile))
570 lfutil.updatestandin(repo, lfutil.standin(lfile))
570 for lfile in missing:
571 for lfile in missing:
General Comments 0
You need to be logged in to leave comments. Login now