335
336
# on Windows from Linux and so on. I think it might be better
336
337
# to always make all internal files in unix format.
337
338
fmt = self.controlfile('branch-format', 'r').read()
339
340
if fmt != BZR_BRANCH_FORMAT:
340
341
raise BzrError('sorry, branch format %r not supported' % fmt,
341
342
['use a different bzr version',