~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-04-04 01:10:55 UTC
  • mfrom: (1634.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060404011055-cc6bc217328f4055
Merge NFS LockDir support (Aaron Bentley, Robert Collins).

Show diffs side-by-side

added added

removed removed

Lines of Context:
193
193
    """Directory not empty: %(path)r%(extra)s"""
194
194
 
195
195
 
 
196
class ResourceBusy(PathError):
 
197
    """Device or resource busy: %(path)r%(extra)s"""
 
198
 
 
199
 
196
200
class PermissionDenied(PathError):
197
201
    """Permission denied: %(path)r%(extra)s"""
198
202