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