##// END OF EJS Templates
sparse: drop the useless wrapping of `dirstate.set_untracked`...
marmoute -
r50253:05da1f16 default
parent child Browse files
Show More
@@ -215,7 +215,6 b' def _setupdirstate(ui):'
215 215 # Prevent adding files that are outside the sparse checkout
216 216 editfuncs = [
217 217 b'set_tracked',
218 b'set_untracked',
219 218 b'copy',
220 219 ]
221 220 hint = _(
General Comments 0
You need to be logged in to leave comments. Login now