Rev 5337: Add note that basedir is a unicode object as per John's review. in http://bazaar.launchpad.net/~lifeless/bzr/docs

Robert Collins robertc at robertcollins.net
Tue Jul 6 20:48:13 BST 2010


At http://bazaar.launchpad.net/~lifeless/bzr/docs

------------------------------------------------------------
revno: 5337
revision-id: robertc at robertcollins.net-20100706194805-gh5op6nd3p9545dg
parent: robertc at robertcollins.net-20100706040404-pw6xlxtp8bdcxq2w
committer: Robert Collins <robertc at robertcollins.net>
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




More information about the bazaar-commits mailing list