diff mercurial/hgweb/webcommands.py @ 51875:454feddab720

brancing: merge stable into default
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 06 Sep 2024 02:12:19 +0200
parents ca7bde5dbafb 99632adff795
children 3b8d92f71d92
line wrap: on
line diff
--- 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