diff tests/test-hglib.py @ 134:1b47146a4a2c 1.4

style: fix long lines
author Matt Mackall <mpm@selenic.com>
date Tue, 30 Sep 2014 12:48:04 -0500
parents d1f57f162274
children c1b966866ed7
line wrap: on
line diff
--- a/tests/test-hglib.py	Tue Sep 30 11:23:15 2014 -0500
+++ b/tests/test-hglib.py	Tue Sep 30 12:48:04 2014 -0500
@@ -5,9 +5,8 @@
         pass
 
     def test_close_fds(self):
-        """
-        A weird Python bug that has something to do to inherited file descriptors,
-        see http://bugs.python.org/issue12786
+        """A weird Python bug that has something to do to inherited file
+        descriptors, see http://bugs.python.org/issue12786
         """
         common.basetest.setUp(self)
         client2 = hglib.open()