Rev 6553: Fix typo. in file:///home/vila/src/bzr/cleanup/restore-safety-net-home-check/

Vincent Ladeuil v.ladeuil+lp at free.fr
Fri Aug 3 09:35:46 UTC 2012


At file:///home/vila/src/bzr/cleanup/restore-safety-net-home-check/

------------------------------------------------------------
revno: 6553
revision-id: v.ladeuil+lp at free.fr-20120803093546-864avf43u8d9lupn
parent: v.ladeuil+lp at free.fr-20120803080445-6bias0ydlnmzky2d
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: restore-safety-net-home-check
timestamp: Fri 2012-08-03 11:35:46 +0200
message:
  Fix typo.
-------------- next part --------------
=== modified file 'bzrlib/tests/__init__.py'
--- a/bzrlib/tests/__init__.py	2012-08-03 08:04:45 +0000
+++ b/bzrlib/tests/__init__.py	2012-08-03 09:35:46 +0000
@@ -2604,7 +2604,7 @@
             wt = controldir.ControlDir.create_standalone_workingtree(root)
             del os.environ['BZR_HOME']
         except Exception, e:
-            self.fail("Fail to initialize the safety net: %r\nExiting\n" % (e,)
+            self.fail("Fail to initialize the safety net: %r\n" % (e,))
         # Hack for speed: remember the raw bytes of the dirstate file so that
         # we don't need to re-open the wt to check it hasn't changed.
         TestCaseWithMemoryTransport._SAFETY_NET_PRISTINE_DIRSTATE = (



More information about the bazaar-commits mailing list