##// 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 565 lfdirstate = lfutil.openlfdirstate(ui, repo)
566 566 (modified, added, removed, missing, unknown, ignored, clean) = \
567 567 lfutil.lfdirstatestatus(lfdirstate, repo, repo['.'].rev())
568 lfdirstate.write()
568 569 for lfile in modified:
569 570 lfutil.updatestandin(repo, lfutil.standin(lfile))
570 571 for lfile in missing:
General Comments 0
You need to be logged in to leave comments. Login now