Traceback using "bzr log lp:bzr-email"
Andrew Bennetts
andrew at canonical.com
Fri Jan 18 00:30:20 GMT 2008
John Arbash Meinel wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> It seems the recent changes to the launchpad plugin to use a wrapper
> class have broken other behavior. Specifically when trying to do:
>
> bzr log lp:bzr-email
>
> I get a traceback about ".clone()" not being implemented.
>
> I thought the wrapper triggered on get(), so I don't really understand
> how it is getting to a .clone() step.
>
> It might also be a different bug. Since it seems that
>
> bzr log bzr+ssh://bazaar.launchpad.net/~bzr/bzr-email/trunk
>
> Is giving a "Not A Branch" error, whil
>
> bzr log sftp://bazaar.launchpad.net/~bzr/bzr-email/trunk
>
> seems to work just fine.
It's due to the smart client in bzr.dev sending "%7E" rather than "~" in the
relpaths it transmits. I think the client should be sending UTF-8 rather than
URL-encoded. I'll try to fix that today.
-Andrew.
More information about the bazaar
mailing list