/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: 2010-01-08 00:05:01 UTC
  • mfrom: (4938 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4948.
  • Revision ID: andrew.bennetts@canonical.com-20100108000501-8fj5j5ub6j5bd3es
MergeĀ lp:bzr

Show diffs side-by-side

added added

removed removed

Lines of Context:
1125
1125
            raise errors.BzrError("argv should be list of unicode strings.")
1126
1126
        argv = new_argv
1127
1127
    ret = run_bzr_catch_errors(argv)
 
1128
    bzrlib.ui.ui_factory.log_transport_activity(
 
1129
        display=('bytes' in debug.debug_flags))
1128
1130
    trace.mutter("return code %d", ret)
1129
1131
    osutils.report_extension_load_failures()
1130
1132
    return ret