hgext/clonebundles.py
changeset 50776 335aeb3d670b
parent 50736 b852c34dc2b8
child 50928 d718eddf01d9
--- a/hgext/clonebundles.py	Fri Feb 03 04:10:00 2023 +0100
+++ b/hgext/clonebundles.py	Fri Feb 03 04:10:22 2023 +0100
@@ -349,7 +349,7 @@
 
 
 def extsetup(ui):
-    extensions.wrapfunction(wireprotov1server, b'_capabilities', capabilities)
+    extensions.wrapfunction(wireprotov1server, '_capabilities', capabilities)
 
 
 # logic for bundle auto-generation