1111
1105
def run(self, branch_location=None, to_location=None, revision=None,
1112
1106
lightweight=False, files_from=None, hardlink=False):
1118
1107
if branch_location is None:
1119
1108
branch_location = osutils.getcwd()
1120
1109
to_location = branch_location
1121
1110
accelerator_tree, source = bzrdir.BzrDir.open_tree_or_branch(
1123
1113
if files_from is not None:
1124
1114
accelerator_tree = WorkingTree.open(files_from)