~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/mutabletree.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-04-11 18:31:46 UTC
  • mfrom: (5777.3.6 inventorytree)
  • Revision ID: pqm@pqm.ubuntu.com-20110411183146-s7r7m89gnp0dl3sr
(jelmer) Split inventory-specific functionality out of Tree into
 InventoryTree. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
    return tree_write_locked
55
55
 
56
56
 
57
 
class MutableTree(tree.Tree):
 
57
class MutableTree(tree.InventoryTree):
58
58
    """A MutableTree is a specialisation of Tree which is able to be mutated.
59
59
 
60
60
    Generally speaking these mutations are only possible within a lock_write