~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

Merge from bzr.ab.integration

Show diffs side-by-side

added added

removed removed

Lines of Context:
745
745
        self.tree = tree
746
746
 
747
747
 
 
748
class MergeModifiedFormatError(BzrNewError):
 
749
    """Error in merge modified format"""
 
750
 
 
751
 
748
752
class CorruptRepository(BzrNewError):
749
753
    """An error has been detected in the repository %(repo_path)s.
750
754
Please run bzr reconcile on this repository."""