Show More
@@ -215,7 +215,6 def _setupdirstate(ui): | |||||
215 | # Prevent adding files that are outside the sparse checkout |
|
215 | # Prevent adding files that are outside the sparse checkout | |
216 | editfuncs = [ |
|
216 | editfuncs = [ | |
217 | b'set_tracked', |
|
217 | b'set_tracked', | |
218 | b'set_untracked', |
|
|||
219 | b'copy', |
|
218 | b'copy', | |
220 | ] |
|
219 | ] | |
221 | hint = _( |
|
220 | hint = _( |
General Comments 0
You need to be logged in to leave comments.
Login now