hgext/largefiles/overrides.py
changeset 47653 00d70f61d856
parent 47652 12300ee6840b
child 47654 2af9709ea13c
--- a/hgext/largefiles/overrides.py	Thu Jul 08 01:47:41 2021 +0200
+++ b/hgext/largefiles/overrides.py	Thu Jul 08 03:33:56 2021 +0200
@@ -227,9 +227,7 @@
         repo[None].forget(remove)
 
         for f in remove:
-            lfutil.synclfdirstate(
-                repo, lfdirstate, lfutil.splitstandin(f), False
-            )
+            lfdirstate.set_untracked(lfutil.splitstandin(f))
 
         lfdirstate.write()