~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/version_info_formats/format_rio.py

  • Committer: Jelmer Vernooij
  • Date: 2011-04-05 13:58:33 UTC
  • mfrom: (5757 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5770.
  • Revision ID: jelmer@samba.org-20110405135833-lzphu3vh7vzubiz9
Merge bzr.dev.

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()