/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: Canonical.com Patch Queue Manager
  • Date: 2007-07-22 18:09:04 UTC
  • mfrom: (2485.8.63 bzr.connection.sharing)
  • Revision ID: pqm@pqm.ubuntu.com-20070722180904-wy7y7oyi32wbghgf
Transport connection sharing

Show diffs side-by-side

added added

removed removed

Lines of Context:
545
545
        self.actual = actual
546
546
 
547
547
 
548
 
class PathNotChild(BzrError):
 
548
class PathNotChild(PathError):
549
549
 
550
550
    _fmt = "Path %(path)r is not a child of path %(base)r%(extra)s"
551
551