diff -r ba3add904ab4 -r 39eb3aab3e63 hgext/git/dirstate.py --- a/hgext/git/dirstate.py Fri Feb 03 04:19:06 2023 +0100 +++ b/hgext/git/dirstate.py Mon Jul 10 16:47:25 2023 +0200 @@ -47,7 +47,7 @@ return result, warnings -extensions.wrapfunction(matchmod, b'readpatternfile', readpatternfile) +extensions.wrapfunction(matchmod, 'readpatternfile', readpatternfile) _STATUS_MAP = {}