hgext/sparse.py
changeset 47910 50bed873a765
parent 47909 f89ac1ed2bc6
child 47912 91afee6f959e
equal deleted inserted replaced
47909:f89ac1ed2bc6 47910:50bed873a765
   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'set_tracked',
   258         b'set_tracked',
   259         b'set_untracked',
   259         b'set_untracked',
   260         b'add',
   260         b'add',
   261         b'normallookup',
       
   262         b'copy',
   261         b'copy',
   263         b'remove',
   262         b'remove',
   264         b'merge',
   263         b'merge',
   265     ]
   264     ]
   266     hint = _(
   265     hint = _(