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

  • Committer: Jelmer Vernooij
  • Date: 2019-06-02 02:35:46 UTC
  • mfrom: (7309 work)
  • mto: This revision was merged to the branch mainline in revision 7319.
  • Revision ID: jelmer@jelmer.uk-20190602023546-lqco868tnv26d8ow
merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
        super(RioVersionInfoBuilderHooks, self).__init__(
95
95
            "breezy.version_info_formats.format_rio", "RioVersionInfoBuilder.hooks")
96
96
        self.add_hook('revision',
97
 
            "Invoked when adding information about a revision to the"
98
 
            " RIO stanza that is printed. revision is called with a"
99
 
            " revision object and a RIO stanza.", (1, 15))
 
97
                      "Invoked when adding information about a revision to the"
 
98
                      " RIO stanza that is printed. revision is called with a"
 
99
                      " revision object and a RIO stanza.", (1, 15))
100
100
 
101
101
 
102
102
RioVersionInfoBuilder.hooks = RioVersionInfoBuilderHooks()