520
520
"called with a bzrlib.mutabletree.PostCommitHookParams object. "
521
521
"The mutable tree the commit was performed on is available via "
522
522
"the mutable_tree attribute of that object.", (2, 0))
523
527
self.add_hook('post_build_tree',
524
528
"Called after a completely new tree is built. The hook is "
525
529
"called with the tree as its only argument.", (2, 5))
528
536
# install the default hooks into the MutableTree class.
529
537
MutableTree.hooks = MutableTreeHooks()