diff tests/test-grep.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 9bd819da245a
children 4359cabcb0cc
line wrap: on
line diff
--- a/tests/test-grep.py	Tue Sep 30 11:23:15 2014 -0500
+++ b/tests/test-grep.py	Tue Sep 30 12:48:04 2014 -0500
@@ -34,5 +34,6 @@
 
         self.assertEquals([('a', '0', '1', '+', 'test'),
                            ('b', '0', '1', '+', 'test')],
-                          list(self.client.grep('a', all=True, user=True, line=True,
+                          list(self.client.grep('a', all=True, user=True,
+                                                line=True,
                                                 fileswithmatches=True)))