~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/mutabletree.py

  • Committer: jelmer at samba
  • Date: 2011-10-11 10:21:35 UTC
  • mto: This revision was merged to the branch mainline in revision 6214.
  • Revision ID: jelmer@samba.org-20111011102135-0wuzm1stjwxehkft
Move convenience methods to ControlDir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
    conformance tests for - rather we are testing MemoryTree specifically, and
72
72
    interface testing implementations of WorkingTree.
73
73
 
74
 
    A mutable tree always has an associated Branch and ControlDir object - the
 
74
    A mutable tree always has an associated Branch and BzrDir object - the
75
75
    branch and bzrdir attributes.
76
76
    """
77
77
    def __init__(self, *args, **kw):