Mercurial > public > mercurial-scm > python-hglib
diff tests/test-update.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 | e738d6fe5f3f |
children | 9c4f52467208 |
line wrap: on
line diff
--- a/tests/test-update.py Tue Sep 30 11:23:15 2014 -0500 +++ b/tests/test-update.py Tue Sep 30 12:48:04 2014 -0500 @@ -58,7 +58,8 @@ self.assertEquals(self.client.parents()[0].node, node2) def test_check_clean(self): - self.assertRaises(ValueError, self.client.update, clean=True, check=True) + self.assertRaises(ValueError, self.client.update, clean=True, + check=True) def test_clean(self): old = open('a').read()