~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/memorytree.py

  • Committer: Jelmer Vernooij
  • Date: 2011-04-15 11:26:00 UTC
  • mfrom: (5757.7.7 knitpackrepo-6)
  • mto: This revision was merged to the branch mainline in revision 5801.
  • Revision ID: jelmer@samba.org-20110415112600-vrv2431lh3gi6wx2
MergeĀ knitpackrepo-6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
from bzrlib.transport.memory import MemoryTransport
34
34
 
35
35
 
36
 
class MemoryTree(mutabletree.MutableTree):
 
36
class MemoryTree(mutabletree.MutableInventoryTree):
37
37
    """A MemoryTree is a specialisation of MutableTree.
38
38
 
39
39
    It maintains nearly no state outside of read_lock and write_lock