420
420
copy_branch(br_from, to_location, revision_id, basis_branch)
421
421
except bzrlib.errors.NoSuchRevision:
424
424
raise BzrCommandError(msg)
425
425
except bzrlib.errors.UnlistableBranch:
426
426
msg = "The branch %s cannot be used as a --basis"