~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

Added conflict handling

Show diffs side-by-side

added added

removed removed

Lines of Context:
469
469
 
470
470
class DuplicateKey(BzrNewError):
471
471
    """Key %(key)s is already present in map"""
 
472
 
 
473
class MalformedTransform(BzrNewError):
 
474
    """Tree transform is malformed"""