Submitter | Mads Kiilerich |
---|---|
Date | Dec. 21, 2012, 6:56 p.m. |
Message ID | <35c531de3fa7d96feca3.1356116163@mk-desktop> |
Download | mbox | patch |
Permalink | /patch/247/ |
State | Accepted |
Commit | e388273f3ad175904e06cbe7edb0bd250c95b9ab |
Headers | show |
Comments
Patch
diff --git a/hgext/largefiles/overrides.py b/hgext/largefiles/overrides.py --- a/hgext/largefiles/overrides.py +++ b/hgext/largefiles/overrides.py @@ -572,6 +572,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: