~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Martin Pool
  • Date: 2006-06-04 22:04:58 UTC
  • mto: This revision was merged to the branch mainline in revision 1797.
  • Revision ID: mbp@sourcefrog.net-20060604220458-c97f0352c21a678c
Don't log bzr version to bzr.log; instead just show when bugged.

Show diffs side-by-side

added added

removed removed

Lines of Context:
637
637
    import bzrlib.ui
638
638
    from bzrlib.ui.text import TextUIFactory
639
639
    ## bzrlib.trace.enable_default_logging()
640
 
    bzrlib.trace.log_startup(argv)
641
640
    bzrlib.ui.ui_factory = TextUIFactory()
642
641
    ret = run_bzr_catch_errors(argv[1:])
643
642
    mutter("return code %d", ret)