376
376
"""Text did not match it's checksum: %(message)s"""
382
def __init__(self, revision_id, weave_a, weave_b):
379
389
class NoSuchExportFormat(BzrNewError):
380
390
"""Export format %(format)r not supported"""
381
391
def __init__(self, format):