Rev 4912: Supply the flag so it is a bit clearer. in http://bazaar.launchpad.net/~jameinel/bzr/2.1.0rc1-dbytes
John Arbash Meinel
john at arbash-meinel.com
Fri Dec 18 17:59:59 GMT 2009
At http://bazaar.launchpad.net/~jameinel/bzr/2.1.0rc1-dbytes
------------------------------------------------------------
revno: 4912
revision-id: john at arbash-meinel.com-20091218175958-zu3jl2505jf93i0f
parent: john at arbash-meinel.com-20091218175810-07kjs6e20i30acob
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.1.0rc1-dbytes
timestamp: Fri 2009-12-18 11:59:58 -0600
message:
Supply the flag so it is a bit clearer.
-------------- next part --------------
=== modified file 'bzrlib/commands.py'
--- a/bzrlib/commands.py 2009-12-18 16:39:21 +0000
+++ b/bzrlib/commands.py 2009-12-18 17:59:58 +0000
@@ -1103,7 +1103,8 @@
raise errors.BzrError("argv should be list of unicode strings.")
argv = new_argv
ret = run_bzr_catch_errors(argv)
- bzrlib.ui.ui_factory.log_transport_activity('bytes' in debug.debug_flags)
+ bzrlib.ui.ui_factory.log_transport_activity(
+ display=('bytes' in debug.debug_flags))
trace.mutter("return code %d", ret)
osutils.report_extension_load_failures()
return ret
More information about the bazaar-commits
mailing list