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

  • Committer: Vincent Ladeuil
  • Date: 2012-01-17 16:00:04 UTC
  • mfrom: (6437.3.4 2.5)
  • mto: (6437.4.2 2.5.0-dev)
  • mto: This revision was merged to the branch mainline in revision 6441.
  • Revision ID: v.ladeuil+lp@free.fr-20120117160004-4jeialgrr4avmbqi
MergeĀ 2.5

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.