Rev 4823: Fix too long lines. in file:///home/vila/src/bzr/reviews/quiet-serve/

Vincent Ladeuil v.ladeuil+lp at free.fr
Fri Nov 27 10:34:13 GMT 2009


At file:///home/vila/src/bzr/reviews/quiet-serve/

------------------------------------------------------------
revno: 4823
revision-id: v.ladeuil+lp at free.fr-20091127103413-q68nsomg5wxezjbi
parent: gordon at doxxx.net-20091125132152-7negghu4snht9jef
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: quiet-serve
timestamp: Fri 2009-11-27 11:34:13 +0100
message:
  Fix too long lines.
-------------- next part --------------
=== modified file 'bzrlib/tests/__init__.py'
--- a/bzrlib/tests/__init__.py	2009-11-21 23:27:54 +0000
+++ b/bzrlib/tests/__init__.py	2009-11-27 10:34:13 +0000
@@ -1842,9 +1842,9 @@
                     bzrlib.commands.run_bzr_catch_user_errors,
                     args)
             except KeyboardInterrupt:
-                # Reraise KeyboardInterrupt with contents of redirected stdout and 
-                # stderr as arguments, for tests which are interested in stdout and
-                # stderr and are expecting the exception.
+                # Reraise KeyboardInterrupt with contents of redirected stdout
+                # and stderr as arguments, for tests which are interested in
+                # stdout and stderr and are expecting the exception.
                 out = stdout.getvalue()
                 err = stderr.getvalue()
                 if out:



More information about the bazaar-commits mailing list