/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/memorytree.py

MergeĀ knitpackrepo-5.

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