/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

Merge from bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
792
792
        self.tree = tree
793
793
 
794
794
 
 
795
class MergeModifiedFormatError(BzrNewError):
 
796
    """Error in merge modified format"""
 
797
 
 
798
 
795
799
class CorruptRepository(BzrNewError):
796
800
    """An error has been detected in the repository %(repo_path)s.
797
801
Please run bzr reconcile on this repository."""