mercurial/hgweb/webcommands.py
changeset 51284 f15cb5111a1e
parent 50926 18c8c18993f0
child 51686 493034cc3265
child 51785 99632adff795
--- a/mercurial/hgweb/webcommands.py	Wed Dec 20 20:13:22 2023 +0100
+++ b/mercurial/hgweb/webcommands.py	Tue Dec 19 21:29:34 2023 +0100
@@ -516,8 +516,7 @@
 rev = webcommand(b'rev')(changeset)
 
 
-def decodepath(path):
-    # type: (bytes) -> bytes
+def decodepath(path: bytes) -> bytes:
     """Hook for mapping a path in the repository to a path in the
     working copy.