diff hgext/largefiles/overrides.py @ 18142:11d1a9143adb

merge with stable
author Mads Kiilerich <madski@unity3d.com>
date Fri, 28 Dec 2012 11:55:45 +0100
parents abe9799a86d6 e388273f3ad1
children e16982a74bf7
line wrap: on
line diff
--- 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: