equal
deleted
inserted
replaced
254 extensions.wrapfunction(dirstate.dirstate, b'rebuild', _rebuild) |
254 extensions.wrapfunction(dirstate.dirstate, b'rebuild', _rebuild) |
255 |
255 |
256 # Prevent adding files that are outside the sparse checkout |
256 # Prevent adding files that are outside the sparse checkout |
257 editfuncs = [ |
257 editfuncs = [ |
258 b'normal', |
258 b'normal', |
|
259 b'set_tracked', |
259 b'add', |
260 b'add', |
260 b'normallookup', |
261 b'normallookup', |
261 b'copy', |
262 b'copy', |
262 b'remove', |
263 b'remove', |
263 b'merge', |
264 b'merge', |