~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

(vila) Generate a 'duplicate' conflict instead of a 'content' conflict when
 the same path is involved in both branches. (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1964
1964
        self.prefix = prefix
1965
1965
 
1966
1966
 
1967
 
class MalformedTransform(BzrError):
 
1967
class MalformedTransform(InternalBzrError):
1968
1968
 
1969
1969
    _fmt = "Tree transform is malformed %(conflicts)r"
1970
1970