/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/workingtree.py

  • Committer: Robert Collins
  • Date: 2010-07-06 19:48:05 UTC
  • mto: This revision was merged to the branch mainline in revision 5336.
  • Revision ID: robertc@robertcollins.net-20100706194805-gh5op6nd3p9545dg
Add note that basedir is a unicode object as per John's review.

Show diffs side-by-side

added added

removed removed

Lines of Context:
177
177
    It is possible for a `WorkingTree` to have a filename which is
178
178
    not listed in the Inventory and vice versa.
179
179
 
180
 
    :ivar basedir: The root of the tree on disk.
 
180
    :ivar basedir: The root of the tree on disk. This is a unicode path object
 
181
        (as opposed to a URL).
181
182
    """
182
183
 
183
184
    # override this to set the strategy for storing views