changeset 49358:05da1f1612db

sparse: drop the useless wrapping of `dirstate.set_untracked` The code of the wrapper only act in the case where the file is not tracked, so this has not effect for `untracked`. In addition the message explicitly mention `add` of a file and no test are breaking if we drop this. So we drop this for simplicity and cleanup
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 10 Jun 2022 23:29:04 +0200
parents 5b7a10ddb42f
children 76b4b36cd5d0
files hgext/sparse.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 = _(