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

  • Committer: Vincent Ladeuil
  • Date: 2010-10-07 14:34:39 UTC
  • mto: This revision was merged to the branch mainline in revision 5469.
  • Revision ID: v.ladeuil+lp@free.fr-20101007143439-1mncq23hk2h9xxl3
Bump API version to 2.3.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
                include_revision_history=include_history,
117
117
                include_file_revisions=include_file_revisions,
118
118
                template=template)
119
 
        builder.generate(ui.ui_factory.make_output_stream())
 
119
        builder.generate(self.outf)