equal
deleted
inserted
replaced
253 |
253 |
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', |
|
259 b'set_tracked', |
258 b'set_tracked', |
260 b'set_untracked', |
259 b'set_untracked', |
261 b'add', |
260 b'add', |
262 b'normallookup', |
261 b'normallookup', |
263 b'copy', |
262 b'copy', |