~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/cmd_version_info.py

  • Committer: Andrej A Antonov
  • Date: 2010-09-29 23:53:57 UTC
  • mto: This revision was merged to the branch mainline in revision 5454.
  • Revision ID: polymorphm@gmail.com-20100929235357-5xpgkbutb04ltd84
code simplification: object 'ui.ui_factory.make_output_stream(encoding_type=self.encoding_type)' already created as 'self.outf' in function 'Command._setup_outf(...)'

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(encoding_type=self.encoding_type))
 
119
        builder.generate(self.outf)