diff -r 9c1eccdd7ed8 -r 7edc07fb890c mercurial/encoding.py --- a/mercurial/encoding.py Thu Nov 14 13:13:36 2019 -0500 +++ b/mercurial/encoding.py Wed Nov 13 20:32:24 2019 -0500 @@ -205,7 +205,7 @@ def fromlocal(s): - # type: (bytes) -> Text + # type: (bytes) -> bytes """ Convert a string from the local character encoding to UTF-8