hgext/sparse.py
changeset 47593 f927ad5a4e2c
parent 45580 5c8230ca37f2
child 47599 cce51119bfe6
equal deleted inserted replaced
47592:0f5c203eb5ab 47593:f927ad5a4e2c
   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',