Submitter | phabricator |
---|---|
Date | July 19, 2021, 10:44 a.m. |
Message ID | <differential-rev-PHID-DREV-iiq3rzdkq5e7bunoh5f6-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/49468/ |
State | Superseded |
Headers | show |
Comments
Patch
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