Mercurial > python-hglib
diff tests/test-diff.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 | 86ff8611a8fa |
children | 4359cabcb0cc |
line wrap: on
line diff
--- a/tests/test-diff.py Tue Sep 30 11:23:15 2014 -0500 +++ b/tests/test-diff.py Tue Sep 30 12:48:04 2014 -0500 @@ -37,7 +37,8 @@ a +a """ % (node0[:12], node1[:12]) - self.assertEquals(diff4, self.client.diff(revs=[rev0, rev1], nodates=True)) + self.assertEquals(diff4, self.client.diff(revs=[rev0, rev1], + nodates=True)) def test_basic_plain(self): open('.hg/hgrc', 'a').write('[defaults]\ndiff=--git\n')