507
508
if new_transport.base == transport.base:
508
509
raise BzrCommandError("Could not creeate "
511
513
old_rh = br_to.revision_history()
516
518
# TODO: This should be updated for branches which don't have a
517
519
# working tree, as opposed to ones where we just couldn't
519
521
warning('Unable to update the working tree of: %s' % (br_to.base,))
520
522
count = br_to.pull(br_from, overwrite)
522
526
count = tree_to.pull(br_from, overwrite)