largefile: use `set_clean` instead of `normal` in `lfdirstatestatus`
This is the newer, more semantic API.
Differential Revision: https://phab.mercurial-scm.org/D11156
--- a/hgext/largefiles/lfutil.py Mon Jul 19 02:39:01 2021 +0200
+++ b/hgext/largefiles/lfutil.py Mon Jul 19 02:39:35 2021 +0200
@@ -251,7 +251,7 @@
modified.append(lfile)
else:
clean.append(lfile)
- lfdirstate.normal(lfile)
+ lfdirstate.set_clean(lfile)
return s