largefile: use `update_file` instead of `normallookup` in `updatelfiles`
authorPierre-Yves David <pierre-yves.david@octobus.net>
Mon, 19 Jul 2021 05:46:16 +0200
changeset 47722 47dce5a99eab
parent 47721 d46d3aefd00b
child 47723 0ed2f74f6e3a
largefile: use `update_file` instead of `normallookup` in `updatelfiles` This is the newer, more semantic API. Differential Revision: https://phab.mercurial-scm.org/D11164
hgext/largefiles/lfcommands.py
--- a/hgext/largefiles/lfcommands.py	Sun Jul 18 23:43:08 2021 +0200
+++ b/hgext/largefiles/lfcommands.py	Mon Jul 19 05:46:16 2021 +0200
@@ -548,7 +548,12 @@
                         # use normallookup() to allocate an entry in largefiles
                         # dirstate to prevent lfilesrepo.status() from reporting
                         # missing files as removed.
-                        lfdirstate.normallookup(lfile)
+                        lfdirstate.update_file(
+                            lfile,
+                            p1_tracked=True,
+                            wc_tracked=True,
+                            possibly_dirty=True,
+                        )
                         update[lfile] = expecthash
                 else:
                     # Remove lfiles for which the standin is deleted, unless the