Part of bzrlib
See MutableTree for more details.
| Function | needs_tree_write_lock | Decorate unbound to take out and release a tree_write lock. |
| Class | MutableTree | A MutableTree is a specialisation of Tree which is able to be mutated. |
| Class | MutableInventoryTree | No class docstring; 4/4 methods documented |
| Class | MutableTreeHooks | A dictionary mapping a hook name to a list of callables for mutabletree |
| Class | PostCommitHookParams | Parameters for the post_commit hook. |
| Class | _SmartAddHelper | Helper for MutableTree.smart_add. |