hgext/sparse.py
changeset 47599 cce51119bfe6
parent 47593 f927ad5a4e2c
child 47909 f89ac1ed2bc6
equal deleted inserted replaced
47598:305356a7ec99 47599:cce51119bfe6
   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'set_tracked',
       
   260         b'set_untracked',
   260         b'add',
   261         b'add',
   261         b'normallookup',
   262         b'normallookup',
   262         b'copy',
   263         b'copy',
   263         b'remove',
   264         b'remove',
   264         b'merge',
   265         b'merge',