75
75
assert isinstance(to_location, basestring)
76
76
if basis_branch is not None:
77
77
note("basis_branch is not supported for fast weave copy yet.")
79
78
if not (branch_from.weave_store.listable()
80
79
and branch_from.revision_store.listable()):
81
80
return copy_branch_slower(branch_from, to_location, revision,