/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: John Arbash Meinel
  • Date: 2009-12-18 17:59:58 UTC
  • mto: This revision was merged to the branch mainline in revision 4934.
  • Revision ID: john@arbash-meinel.com-20091218175958-zu3jl2505jf93i0f
Supply the flag so it is a bit clearer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1103
1103
            raise errors.BzrError("argv should be list of unicode strings.")
1104
1104
        argv = new_argv
1105
1105
    ret = run_bzr_catch_errors(argv)
1106
 
    bzrlib.ui.ui_factory.log_transport_activity('bytes' in debug.debug_flags)
 
1106
    bzrlib.ui.ui_factory.log_transport_activity(
 
1107
        display=('bytes' in debug.debug_flags))
1107
1108
    trace.mutter("return code %d", ret)
1108
1109
    osutils.report_extension_load_failures()
1109
1110
    return ret