changeset 31154 | fd3f4bf9325e |
parent 30349 | 954002426f78 |
child 31155 | 8266802f0fa4 |
--- a/mercurial/config.py Wed Mar 01 16:39:48 2017 -0800 +++ b/mercurial/config.py Fri Mar 03 13:28:24 2017 -0500 @@ -169,5 +169,5 @@ def read(self, path, fp=None, sections=None, remap=None): if not fp: - fp = util.posixfile(path) + fp = util.posixfile(path, 'rb') self.parse(path, fp.read(), sections, remap, self.read)