129
129
except errors.DivergedBranches:
130
130
raise errors.BzrCommandError('These branches have diverged.'
132
133
except errors.NoRepositoryPresent:
133
134
# we have a bzrdir but no branch or repository
134
135
# XXX: Figure out what to do other than complain.