bzr 0.8.2 released
John Arbash Meinel
john at arbash-meinel.com
Thu May 18 16:43:51 BST 2006
Joseph Wakeling wrote:
> Martin Pool wrote:
>>> Yes, if we can reproduce this it's a bug.
>>>
>>> Installation overwriting a previous version does work for me. I suspect
>>> you may have one copy of bzr in /usr/bin and one in /usr/local/bin and
>>> one is seeing the other's library -- which is exactly what this warning
>>> is trying to catch.
>
> Bingo. It's odd, because it's the first time a bzr install has gone to
> /usr/local/ instead of just /usr/ .
>
> Having had to reinstall bzrtools and bzrk, I now have the following
> error message in response to "bzr viz":
>
> bzr: ERROR: exceptions.AttributeError: 'tuple' object has no attribute
> 'last_revision'
> at
> /usr/local/lib/python2.4/site-packages/bzrlib/plugins/bzrk/__init__.py
> line 43
> in run
>
>
This specifically looks like bzrk not being up-to-date with the latest
api. It sounds like they are using:
branch = Branch.open_containing(path)
rather than
branch, relpath = Branch.open_containing(path)
The bzrk that I have seems to be doing it correctly, so I'm not sure
what version you are using.
John
=:->
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 254 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060518/306c2530/attachment.pgp
More information about the bazaar
mailing list