~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-07-06 21:11:52 UTC
  • mfrom: (5335.1.2 docs)
  • Revision ID: pqm@pqm.ubuntu.com-20100706211152-zefffwpvfwm5ayza
(lifeless) Document the basedir on WorkingTree. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
176
176
 
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
 
 
180
    :ivar basedir: The root of the tree on disk. This is a unicode path object
 
181
        (as opposed to a URL).
179
182
    """
180
183
 
181
184
    # override this to set the strategy for storing views