/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 bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
521
521
    _fmt = 'Directory not empty: "%(path)s"%(extra)s'
522
522
 
523
523
 
 
524
class HardLinkNotSupported(PathError):
 
525
 
 
526
    _fmt = 'Hard-linking "%(path)s" is not supported'
 
527
 
 
528
 
524
529
class ReadingCompleted(InternalBzrError):
525
530
    
526
531
    _fmt = ("The MediumRequest '%(request)s' has already had finish_reading "