257
257
def _raise_if_nonexistent(paths, old_tree, new_tree):
258
258
"""Complain if paths are not in either inventory or tree.
261
261
if they exist in the tree but are not versioned.
263
263
This can be used by operations such as bzr status that can accept
264
264
unknown or ignored files.