hgext/largefiles/__init__.py
changeset 50822 bf92386f76fd
parent 49934 564d360fc98e
child 50824 584fc92dd8d7
--- a/hgext/largefiles/__init__.py	Fri Feb 03 04:22:28 2023 +0100
+++ b/hgext/largefiles/__init__.py	Fri Feb 03 04:22:41 2023 +0100
@@ -184,7 +184,7 @@
     )
 
     extensions.wrapfunction(
-        wireprotov1server.commands[b'heads'], b'func', proto.heads
+        wireprotov1server.commands[b'heads'], 'func', proto.heads
     )
     # TODO also wrap wireproto.commandsv2 once heads is implemented there.