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

  • Committer: Andrew Bennetts
  • Date: 2009-01-27 05:04:43 UTC
  • mfrom: (3960 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3981.
  • Revision ID: andrew.bennetts@canonical.com-20090127050443-3yw5hhk10ss23hzu
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
868
868
 
869
869
def main(argv):
870
870
    import bzrlib.ui
871
 
    from bzrlib.ui.text import TextUIFactory
872
 
    bzrlib.ui.ui_factory = TextUIFactory()
 
871
    bzrlib.ui.ui_factory = bzrlib.ui.make_ui_for_terminal(
 
872
        sys.stdin, sys.stdout, sys.stderr)
873
873
 
874
874
    # Is this a final release version? If so, we should suppress warnings
875
875
    if bzrlib.version_info[3] == 'final':