/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/version_info_formats/format_rio.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-03-31 16:28:11 UTC
  • mfrom: (5622.3.15 more-lazy-hooks)
  • Revision ID: pqm@pqm.ubuntu.com-20110331162811-w1uw1lgpr5fiawp5
(jelmer) Support installing lazy hooks for all existing hook points,
 deprecate Hooks.create_hook. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
        self.add_hook('revision',
90
90
            "Invoked when adding information about a revision to the"
91
91
            " RIO stanza that is printed. revision is called with a"
92
 
            " revision object and a RIO stanza.", (1, 15), None)
 
92
            " revision object and a RIO stanza.", (1, 15))
93
93
 
94
94
 
95
95
RioVersionInfoBuilder.hooks = RioVersionInfoBuilderHooks()