141
141
# We have a repository but no branch, copy the revisions, and then
143
143
if reference is not None:
145
145
"already exists at the destination location.")
146
146
repository_to.fetch(br_from.repository, revision_id=revision_id)
147
147
br_to = br_from.clone(dir_to, revision_id=revision_id)