hgext/git/dirstate.py
changeset 50776 39eb3aab3e63
parent 50256 a6e0b7d4ae9d
child 51270 79cd29d598af
--- 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 = {}