At http://people.samba.org/bzr/jelmer/bzr-svn/0.5

------------------------------------------------------------
revno: 2105
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Jelmer Vernooij <[EMAIL PROTECTED]>
branch nick: 0.5
timestamp: Sun 2008-11-30 18:01:54 +0100
message:
  Fix display of error.
modified:
  errors.py                      errors.py-20061226172623-w1sbj8ynpo0eojqp-1
=== modified file 'errors.py'
--- a/errors.py 2008-11-12 10:57:24 +0000
+++ b/errors.py 2008-11-30 17:01:54 +0000
@@ -41,8 +41,8 @@
 
 class NotSvnBranchPath(BzrError):
     """Error raised when a path was specified that did not exist."""
-    _fmt = """%(path)s is not a valid Subversion branch path. 
-See 'bzr help svn-repository-layout' for details."""
+    _fmt = """%(branch_path)s is not a valid Subversion branch path. 
+See 'bzr help svn-layout' for details."""
 
     def __init__(self, branch_path, mapping=None):
         BzrError.__init__(self)


-- 
bazaar-commits mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/bazaar-commits

Reply via email to