~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/workingtree.py

  • Committer: Jelmer Vernooij
  • Date: 2011-04-09 21:00:33 UTC
  • mto: (5777.5.1 inventoryworkingtree)
  • mto: This revision was merged to the branch mainline in revision 5782.
  • Revision ID: jelmer@samba.org-20110409210033-wg01c6m0qd2c3o4l
Split inventory-specific code out of MutableTree into MutableInventoryTree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
        return ''
167
167
 
168
168
 
169
 
class WorkingTree(bzrlib.mutabletree.MutableTree,
 
169
class WorkingTree(bzrlib.mutabletree.MutableInventoryTree,
170
170
    controldir.ControlComponent):
171
171
    """Working copy tree.
172
172