Rev 5225: Fix comments up in trace.py. in http://bazaar.launchpad.net/~lifeless/bzr/fix-terminal-spew
Robert Collins
robertc at robertcollins.net
Mon Jun 21 02:21:53 BST 2010
At http://bazaar.launchpad.net/~lifeless/bzr/fix-terminal-spew
------------------------------------------------------------
revno: 5225
revision-id: robertc at robertcollins.net-20100621012152-8imhqjie6q03f6ji
parent: robertc at robertcollins.net-20100621005822-ao3u4rs1327bbl4x
committer: Robert Collins <robertc at robertcollins.net>
branch nick: fix-terminal-spew
timestamp: Mon 2010-06-21 13:21:52 +1200
message:
Fix comments up in trace.py.
=== modified file 'bzrlib/trace.py'
--- a/bzrlib/trace.py 2010-05-05 02:35:02 +0000
+++ b/bzrlib/trace.py 2010-06-21 01:21:52 +0000
@@ -538,7 +538,7 @@
def _flush_stdout_stderr():
- # installed into an atexit hook by bzrlib.initialize()
+ # called from the bzrlib library finalizer returned by bzrlib.initialize()
try:
sys.stdout.flush()
sys.stderr.flush()
@@ -551,7 +551,7 @@
def _flush_trace():
- # run from atexit hook
+ # called from the bzrlib library finalizer returned by bzrlib.initialize()
global _trace_file
if _trace_file:
_trace_file.flush()
More information about the bazaar-commits
mailing list