diff --git a/hgext/largefiles/lfcommands.py b/hgext/largefiles/lfcommands.py --- a/hgext/largefiles/lfcommands.py +++ b/hgext/largefiles/lfcommands.py @@ -588,7 +588,9 @@ continue # Synchronize largefile dirstate to the last modified # time of the file - lfdirstate.normal(lfile) + lfdirstate.update_file( + lfile, p1_tracked=True, wc_tracked=True + ) update1 = 1 # copy the exec mode of largefile standin from the repository's