~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/mutabletree.py

  • Committer: Jelmer Vernooij
  • Date: 2012-01-07 00:03:24 UTC
  • mfrom: (6436 +trunk)
  • mto: (6437.3.18 2.5)
  • mto: This revision was merged to the branch mainline in revision 6444.
  • Revision ID: jelmer@samba.org-20120107000324-tha9oil7r0s63on5
merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
        self.add_hook('post_build_tree',
 
524
            "Called after a completely new tree is built. The hook is "
 
525
            "called with the tree as its only argument.", (2, 5))
523
526
 
524
527
 
525
528
# install the default hooks into the MutableTree class.