diff -r e627cc25b6f3 -r 4cb75772818d mercurial/utils/urlutil.py --- a/mercurial/utils/urlutil.py Sun Jan 05 22:26:16 2025 -0500 +++ b/mercurial/utils/urlutil.py Mon Jan 06 00:30:55 2025 -0500 @@ -658,7 +658,7 @@ self[name] = new_paths -_pathsuboptions: "Dict[bytes, Tuple[str, Callable]]" = {} +_pathsuboptions: Dict[bytes, Tuple[str, Callable]] = {} # a dictionnary of methods that can be used to format a sub-option value path_suboptions_display = {}