hgext/git/__init__.py
changeset 50776 39eb3aab3e63
parent 49384 3b8fce9a74df
child 51859 f4733654f144
--- a/hgext/git/__init__.py	Fri Feb 03 04:19:06 2023 +0100
+++ b/hgext/git/__init__.py	Mon Jul 10 16:47:25 2023 +0200
@@ -342,8 +342,8 @@
 
 
 def extsetup(ui):
-    extensions.wrapfunction(localrepo, b'makestore', _makestore)
-    extensions.wrapfunction(localrepo, b'makefilestorage', _makefilestorage)
+    extensions.wrapfunction(localrepo, 'makestore', _makestore)
+    extensions.wrapfunction(localrepo, 'makefilestorage', _makefilestorage)
     # Inject --git flag for `hg init`
     entry = extensions.wrapcommand(commands.table, b'init', init)
     entry[1].extend(