At http://bazaar.launchpad.net/~lifeless/bzr/docs
------------------------------------------------------------ revno: 5336 revision-id: [email protected] parent: [email protected] committer: Robert Collins <[email protected]> branch nick: docs timestamp: Tue 2010-07-06 14:04:04 +1000 message: Document the basedir on WorkingTree. === modified file 'bzrlib/workingtree.py' --- a/bzrlib/workingtree.py 2010-06-20 11:18:38 +0000 +++ b/bzrlib/workingtree.py 2010-07-06 04:04:04 +0000 @@ -176,6 +176,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. """ # override this to set the strategy for storing views -- bazaar-commits mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/bazaar-commits
