BUG, bad path for NotBranchError

John Arbash Meinel john at arbash-meinel.com
Tue Dec 13 17:11:58 GMT 2005


I don't know why the open_containing code fails, but at present if you do:

$ cd $non-controlled-branch
$ bzr log
bzr: ERROR: Not a branch: /

However, if you use a remote url you get something nicer:
$ bzr log http://bzr.arbash-meinel.com/branches/
bzr: ERROR: Not a branch: http://bzr.arbash-meinel.com/branches/

The code seems to use the passed in "url" parameter. So I don't know why
this is happening.

I take it back, I just found the error. The problem is that
workingtree.py doesn't handle raising the original path. It raises the
current path.

I've submitted this as a bug
https://launchpad.net/products/bzr/+bug/5761

John
=:->
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 256 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20051213/2b14acb8/attachment.pgp 


More information about the bazaar mailing list