125
125
"already exists at the destination location.")
127
127
push_result = dir_to.push_branch(br_from, revision_id, overwrite,
129
129
except errors.DivergedBranches:
130
130
raise errors.BzrCommandError('These branches have diverged.'
133
132
except errors.NoRepositoryPresent:
134
133
# we have a bzrdir but no branch or repository
135
134
# XXX: Figure out what to do other than complain.