Submitter | phabricator |
---|---|
Date | Nov. 14, 2019, 3:51 a.m. |
Message ID | <differential-rev-PHID-DREV-gkd5eiootiihqpldltnm-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/43171/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/encoding.py b/mercurial/encoding.py --- a/mercurial/encoding.py +++ b/mercurial/encoding.py @@ -205,7 +205,7 @@ def fromlocal(s): - # type: (bytes) -> Text + # type: (bytes) -> bytes """ Convert a string from the local character encoding to UTF-8