~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: John Arbash Meinel
  • Date: 2009-12-18 16:39:21 UTC
  • mto: This revision was merged to the branch mainline in revision 4934.
  • Revision ID: john@arbash-meinel.com-20091218163921-tcltjarx4pxxm08y
Basic implementation of logging bytes transferred when bzr exits.

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
1107
    trace.mutter("return code %d", ret)
1107
1108
    osutils.report_extension_load_failures()
1108
1109
    return ret