At http://bazaar.launchpad.net/~lifeless/bzr/docs
------------------------------------------------------------ revno: 5337 revision-id: [email protected] parent: [email protected] committer: Robert Collins <[email protected]> branch nick: docs timestamp: Wed 2010-07-07 05:48:05 +1000 message: Add note that basedir is a unicode object as per John's review. === modified file 'bzrlib/workingtree.py' --- a/bzrlib/workingtree.py 2010-07-06 04:04:04 +0000 +++ b/bzrlib/workingtree.py 2010-07-06 19:48:05 +0000 @@ -177,7 +177,8 @@ It is possible for a `WorkingTree` to have a filename which is not listed in the Inventory and vice versa. - :ivar basedir: The root of the tree on disk. + :ivar basedir: The root of the tree on disk. This is a unicode path object + (as opposed to a URL). """ # override this to set the strategy for storing views -- bazaar-commits mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/bazaar-commits
