Submitter | phabricator |
---|---|
Date | Aug. 1, 2018, 3:10 p.m. |
Message ID | <ac80a0dee2a0acea6eea6274ab2642d2@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/32991/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/ui.py b/mercurial/ui.py --- a/mercurial/ui.py +++ b/mercurial/ui.py @@ -392,7 +392,7 @@ def readconfig(self, filename, root=None, trust=False, sections=None, remap=None): try: - fp = open(filename, u'rb') + fp = open(filename, r'rb') except IOError: if not sections: # ignore unless we were looking for something return