217
217
base_tree = branch.revision_tree(revision)
218
218
temp_path = os.path.join(temp_root, label)
223
223
def file_exists(tree, file_id):
224
224
return tree.has_filename(tree.id2path(file_id))
228
234
def __init__(self, tree, tempdir):
230
236
if hasattr(tree, "basedir"):