417
417
def run(self, location=None, remember=False, overwrite=False, revision=None, verbose=False):
418
418
# FIXME: too much stuff is in the command class
419
419
tree_to = WorkingTree.open_containing(u'.')[0]
420
421
stored_loc = tree_to.branch.get_parent()