52
52
raise BzrCommandError("%s is not in the same branch as %s" %
55
58
def internal_tree_files(file_list, default_branch=u'.'):
61
72
if file_list is None or len(file_list) == 0:
62
73
return WorkingTree.open_containing(default_branch)[0], file_list