439
423
copy_branch(br_from, to_location, revision_id, basis_branch)
440
424
except bzrlib.errors.NoSuchRevision:
443
427
raise BzrCommandError(msg)
444
428
except bzrlib.errors.UnlistableBranch:
445
429
msg = "The branch %s cannot be used as a --basis"