changeset 52645 | 4cb75772818d |
parent 52640 | 24ee91ba9aa8 |
child 52895 | ba343f763595 |
--- 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 = {}