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