Rev 2243: Fix TagsNotSupportedError in http://sourcefrog.net/bzr/tags
Martin Pool
mbp at sourcefrog.net
Wed Feb 21 05:06:52 GMT 2007
At http://sourcefrog.net/bzr/tags
------------------------------------------------------------
revno: 2243
revision-id: mbp at sourcefrog.net-20070221050651-2if33edbetuiv2vf
parent: mbp at sourcefrog.net-20070221044547-0a55m0h9euy2q43l
committer: Martin Pool <mbp at sourcefrog.net>
branch nick: tags
timestamp: Wed 2007-02-21 16:06:51 +1100
message:
Fix TagsNotSupportedError
modified:
bzrlib/errors.py errors.py-20050309040759-20512168c4e14fbd
=== modified file 'bzrlib/errors.py'
--- a/bzrlib/errors.py 2007-02-21 04:08:27 +0000
+++ b/bzrlib/errors.py 2007-02-21 05:06:51 +0000
@@ -1761,4 +1761,4 @@
_fmt = "Tags not supported by %(branch)s; you may be able to use bzr upgrade."
def __init__(self, branch):
- self.repository = branch
+ self.branch = branch
More information about the bazaar-commits
mailing list