~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

Adding sha1 check when weave extracts a text.

Show diffs side-by-side

added added

removed removed

Lines of Context:
371
371
    """Parents are mismatched between two revisions."""
372
372
    
373
373
 
 
374
class WeaveInvalidChecksum(WeaveError):
 
375
    """Text did not match it's checksum: %(message)s"""
 
376
 
 
377
 
374
378
class NoSuchExportFormat(BzrNewError):
375
379
    """Export format %(format)r not supported"""
376
380
    def __init__(self, format):