hgext/largefiles/overrides.py
changeset 18142 11d1a9143adb
parent 18066 abe9799a86d6
parent 18140 e388273f3ad1
child 18144 e16982a74bf7
--- a/hgext/largefiles/overrides.py	Fri Dec 28 00:02:40 2012 +0100
+++ b/hgext/largefiles/overrides.py	Fri Dec 28 11:55:45 2012 +0100
@@ -567,6 +567,7 @@
         lfdirstate = lfutil.openlfdirstate(ui, repo)
         (modified, added, removed, missing, unknown, ignored, clean) = \
             lfutil.lfdirstatestatus(lfdirstate, repo, repo['.'].rev())
+        lfdirstate.write()
         for lfile in modified:
             lfutil.updatestandin(repo, lfutil.standin(lfile))
         for lfile in missing: