diff -r a0e79084389d -r 3148204e649e mercurial/sparse.py --- a/mercurial/sparse.py Mon Jul 19 01:58:24 2021 +0200 +++ b/mercurial/sparse.py Mon Jul 19 01:58:34 2021 +0200 @@ -565,7 +565,7 @@ # Fix dirstate for file in added: - dirstate.normal(file) + dirstate.update_file(file, p1_tracked=True, wc_tracked=True) for file in dropped: dirstate.drop(file)