hgext/sparse.py
changeset 47593 f927ad5a4e2c
parent 45577 5c8230ca37f2
child 47599 cce51119bfe6
--- 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',