/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

  • Committer: Aaron Bentley
  • Date: 2008-02-24 17:19:56 UTC
  • mto: This revision was merged to the branch mainline in revision 3235.
  • Revision ID: aaron@aaronbentley.com-20080224171956-0qu73pf4pol2utu4
Clean error if filesystem does not support hard-links

Show diffs side-by-side

added added

removed removed

Lines of Context:
509
509
    _fmt = 'Directory not empty: "%(path)s"%(extra)s'
510
510
 
511
511
 
 
512
class HardLinkNotSupported(PathError):
 
513
 
 
514
    _fmt = 'Hard-linking "%(path)s" is not supported'
 
515
 
 
516
 
512
517
class ReadingCompleted(InternalBzrError):
513
518
    
514
519
    _fmt = ("The MediumRequest '%(request)s' has already had finish_reading "