520
521
if new_transport.base == transport.base:
521
522
raise BzrCommandError("Could not creeate "
524
526
old_rh = br_to.revision_history()
529
531
# TODO: This should be updated for branches which don't have a
530
532
# working tree, as opposed to ones where we just couldn't
532
534
warning('Unable to update the working tree of: %s' % (br_to.base,))
533
535
count = br_to.pull(br_from, overwrite)
535
539
count = tree_to.pull(br_from, overwrite)