388
388
"""Text did not match it's checksum: %(message)s"""
394
def __init__(self, revision_id, weave_a, weave_b):
391
401
class NoSuchExportFormat(BzrNewError):
392
402
"""Export format %(format)r not supported"""
393
403
def __init__(self, format):