/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

Got conflict handling working when conflicts involve existing files

Show diffs side-by-side

added added

removed removed

Lines of Context:
486
486
    def __init__(self, param):
487
487
        BzrNewError.__init__(self)
488
488
        self.param = param
 
489
 
 
490
class ReusingTransform(BzrNewError):
 
491
    """Attempt to reuse a transform that has already been applied."""