hgext/sparse.py
changeset 49358 05da1f1612db
parent 49357 5b7a10ddb42f
child 49360 bd3519dc6741
equal deleted inserted replaced
49357:5b7a10ddb42f 49358:05da1f1612db
   213     """
   213     """
   214 
   214 
   215     # Prevent adding files that are outside the sparse checkout
   215     # Prevent adding files that are outside the sparse checkout
   216     editfuncs = [
   216     editfuncs = [
   217         b'set_tracked',
   217         b'set_tracked',
   218         b'set_untracked',
       
   219         b'copy',
   218         b'copy',
   220     ]
   219     ]
   221     hint = _(
   220     hint = _(
   222         b'include file with `hg debugsparse --include <pattern>` or use '
   221         b'include file with `hg debugsparse --include <pattern>` or use '
   223         + b'`hg add -s <file>` to include file directory while adding'
   222         + b'`hg add -s <file>` to include file directory while adding'