717
717
msg = "The branch %s has no revision %d." % (from_location,
719
719
raise BzrCommandError(msg)
721
721
merge((to_location, -1), (to_location, 0), this_dir=to_location,
722
722
check_clean=False, ignore_zero=True)
723
723
from_location = pull_loc(br_from)