Rev 2503: PathNotChild inherits from PathError, not BzrError. in file:///v/home/vila/src/experimental/reuse.transports/

Vincent Ladeuil v.ladeuil+lp at free.fr
Thu May 31 18:57:01 BST 2007


At file:///v/home/vila/src/experimental/reuse.transports/

------------------------------------------------------------
revno: 2503
revision-id: v.ladeuil+lp at free.fr-20070531175656-uwy1n9l8x3im9evb
parent: v.ladeuil+lp at free.fr-20070531175417-vtcav2eh81c38clk
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: reuse.transports
timestamp: Thu 2007-05-31 19:56:56 +0200
message:
  PathNotChild inherits from PathError, not BzrError.
  
  * bzrlib/errors.py:
  (PathNotChild): Really a PathError.
modified:
  bzrlib/errors.py               errors.py-20050309040759-20512168c4e14fbd
-------------- next part --------------
=== modified file 'bzrlib/errors.py'
--- a/bzrlib/errors.py	2007-05-21 14:14:36 +0000
+++ b/bzrlib/errors.py	2007-05-31 17:56:56 +0000
@@ -459,7 +459,7 @@
         self.actual = actual
 
 
-class PathNotChild(BzrError):
+class PathNotChild(PathError):
 
     _fmt = "Path %(path)r is not a child of path %(base)r%(extra)s"
 



More information about the bazaar-commits mailing list