1945
1945
# implementation will do.
1946
1946
if not osutils.is_inside_any(searched_specific_files, target_details[1]):
1947
1947
search_specific_files.add(target_details[1])
1949
1949
# neither of the selected trees contain this file,
1950
1950
# so skip over it. This is not currently directly tested, but
1951
1951
# is indirectly via test_too_much.TestCommands.test_conflicts.