Rev 4858: (jam) a trivial tweak to dir-cleanup processing to make it easier to in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Thu Dec 3 19:09:27 GMT 2009
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 4858 [merge]
revision-id: pqm at pqm.ubuntu.com-20091203190924-k1bqsl51kks6qbc5
parent: pqm at pqm.ubuntu.com-20091203050805-s70sybyrsrbbs10c
parent: john at arbash-meinel.com-20091203181026-sgpmqlenqtrlq7er
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Thu 2009-12-03 19:09:24 +0000
message:
(jam) a trivial tweak to dir-cleanup processing to make it easier to
understand
modified:
bzrlib/tests/__init__.py selftest.py-20050531073622-8d0e3c8845c97a64
=== modified file 'bzrlib/tests/__init__.py'
--- a/bzrlib/tests/__init__.py 2009-12-02 07:56:16 +0000
+++ b/bzrlib/tests/__init__.py 2009-12-03 18:10:26 +0000
@@ -4152,7 +4152,7 @@
# possible info to the test runner is even worse.
if test_id != None:
ui.ui_factory.clear_term()
- sys.stderr.write('While running: %s\n' % (test_id,))
+ sys.stderr.write('\nWhile running: %s\n' % (test_id,))
sys.stderr.write('Unable to remove testing dir %s\n%s'
% (os.path.basename(dirname), e))
More information about the bazaar-commits
mailing list