mercurial/hgweb/webcommands.py
changeset 51830 454feddab720
parent 51699 ca7bde5dbafb
parent 51785 99632adff795
child 51834 3b8d92f71d92
--- a/mercurial/hgweb/webcommands.py	Wed Aug 28 23:25:26 2024 +0200
+++ b/mercurial/hgweb/webcommands.py	Fri Sep 06 02:12:19 2024 +0200
@@ -72,7 +72,7 @@
         self.name = name
 
     def __call__(self, func):
-        __all__.append(self.name)
+        __all__.append(pycompat.sysstr(self.name))
         commands[self.name] = func
         return func