Mercurial > public > mercurial-scm > hg-stable
diff tests/test-manifest.py @ 27637:b502138f5faa
cleanup: remove superfluous space after space after equals (python)
author | timeless <timeless@mozdev.org> |
---|---|
date | Thu, 31 Dec 2015 08:16:59 +0000 |
parents | 328739ea70c3 |
children | b9ed5a88710c |
line wrap: on
line diff
--- a/tests/test-manifest.py Mon Jan 04 21:54:46 2016 -0800 +++ b/tests/test-manifest.py Thu Dec 31 08:16:59 2015 +0000 @@ -187,7 +187,7 @@ def testCopy(self): m = self.parsemanifest(A_SHORT_MANIFEST) - m['a'] = BIN_HASH_1 + m['a'] = BIN_HASH_1 m2 = m.copy() del m del m2 # make sure we don't double free() anything