hgext/largefiles/proto.py
changeset 50785 bf92386f76fd
parent 48875 6000f5b25c9b
child 51863 f4733654f144
--- a/hgext/largefiles/proto.py	Fri Feb 03 04:22:28 2023 +0100
+++ b/hgext/largefiles/proto.py	Fri Feb 03 04:22:41 2023 +0100
@@ -200,7 +200,7 @@
 
 
 # advertise the largefiles=serve capability
-@eh.wrapfunction(wireprotov1server, b'_capabilities')
+@eh.wrapfunction(wireprotov1server, '_capabilities')
 def _capabilities(orig, repo, proto):
     '''announce largefile server capability'''
     caps = orig(repo, proto)