hgext/sparse.py
changeset 49358 05da1f1612db
parent 49357 5b7a10ddb42f
child 49360 bd3519dc6741
--- a/hgext/sparse.py	Sat Jun 11 00:59:11 2022 +0200
+++ b/hgext/sparse.py	Fri Jun 10 23:29:04 2022 +0200
@@ -215,7 +215,6 @@
     # Prevent adding files that are outside the sparse checkout
     editfuncs = [
         b'set_tracked',
-        b'set_untracked',
         b'copy',
     ]
     hint = _(