Rev 2105: Fix display of error. in http://people.samba.org/bzr/jelmer/bzr-svn/0.5

Jelmer Vernooij jelmer at samba.org
Sun Nov 30 17:01:56 GMT 2008


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

------------------------------------------------------------
revno: 2105
revision-id: jelmer at samba.org-20081130170154-0tp3mi5imm652f1s
parent: jelmer at samba.org-20081130152944-jdqycbod2sop1voc
committer: Jelmer Vernooij <jelmer at samba.org>
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)




More information about the bazaar-commits mailing list