Mercurial > hg
diff tests/test-trusted.py @ 19937:1596f2d8f242 stable 2.8-rc
merge default into stable for 2.8 freeze
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Sun, 20 Oct 2013 16:43:11 -0700 |
parents | 681f7b9213a4 |
children | 328739ea70c3 |
line wrap: on
line diff
--- a/tests/test-trusted.py Sat Oct 19 14:20:31 2013 -0700 +++ b/tests/test-trusted.py Sun Oct 20 16:43:11 2013 -0700 @@ -145,7 +145,7 @@ f.write('[foobar]\n') f.write('baz = quux\n') f.close() -u.readconfig(filename, sections = ['foobar']) +u.readconfig(filename, sections=['foobar']) print u.config('foobar', 'baz') print