equal
deleted
inserted
replaced
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'copy', |
260 b'copy', |
261 b'merge', |
|
262 ] |
261 ] |
263 hint = _( |
262 hint = _( |
264 b'include file with `hg debugsparse --include <pattern>` or use ' |
263 b'include file with `hg debugsparse --include <pattern>` or use ' |
265 + b'`hg add -s <file>` to include file directory while adding' |
264 + b'`hg add -s <file>` to include file directory while adding' |
266 ) |
265 ) |