diff -r 0f5c203eb5ab -r f927ad5a4e2c hgext/sparse.py --- a/hgext/sparse.py Sat Jul 10 23:31:51 2021 +0200 +++ b/hgext/sparse.py Thu Jul 08 03:03:34 2021 +0200 @@ -256,6 +256,7 @@ # Prevent adding files that are outside the sparse checkout editfuncs = [ b'normal', + b'set_tracked', b'add', b'normallookup', b'copy',