137
137
raise errors.BzrCommandError('These branches have diverged.'
138
138
' See "bzr help diverged-branches"'
139
139
' for more information.')
140
144
except errors.NoRepositoryPresent:
141
145
# we have a bzrdir but no branch or repository
142
146
# XXX: Figure out what to do other than complain.