~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Alexander Belchenko
  • Date: 2008-03-02 15:50:55 UTC
  • mfrom: (3246 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3267.
  • Revision ID: bialix@ukr.net-20080302155055-je174871vc1qde2j
merge bzr.dev

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 "