log mercurial/utils/urlutil.py @ 53042:cdd7bf612c7b stable tip

age author description
Mon, 10 Feb 2025 00:16:22 +0100 Pierre-Yves David typing: add a protocol for `urlutil.path`
Mon, 10 Feb 2025 00:15:22 +0100 Pierre-Yves David typing: add an interface for url
Mon, 06 Jan 2025 00:30:55 -0500 Matt Harbison pyupgrade: drop the quoting around type annotations
Sun, 05 Jan 2025 21:03:17 -0500 Matt Harbison pyupgrade: drop usage of py3 aliases for `OSError`
Thu, 12 Sep 2024 16:27:58 -0400 Matt Harbison typing: add `from __future__ import annotations` to remaining source files
Wed, 10 Jul 2024 16:04:53 -0400 Matt Harbison typing: add a few type hints to `mercurial/utils/urlutil.py`
Tue, 19 Dec 2023 21:29:34 +0100 Pierre-Yves David pytype: move some type comment to proper annotation
Wed, 20 Dec 2023 12:51:20 +0100 Pierre-Yves David pytype: import typing directly
Wed, 08 Nov 2023 22:17:41 +0100 Pierre-Yves David cleanup: turn `pathsuboption` deprecation warning into an error
Wed, 08 Nov 2023 22:11:00 +0100 Pierre-Yves David cleanup: drop `path.pushloc` deprecated since 6.5
Fri, 01 Sep 2023 00:09:55 +0200 Pierre-Yves David pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
Wed, 30 Aug 2023 00:50:28 +0200 Pierre-Yves David path-suboption: deprecated specifying the attributes as bytes
Wed, 30 Aug 2023 00:49:52 +0200 Pierre-Yves David path-suboption: use str for "_pushloc" suboptions
Wed, 30 Aug 2023 00:49:16 +0200 Pierre-Yves David path-suboption: use str for "pushrev" suboptions
Wed, 30 Aug 2023 00:48:30 +0200 Pierre-Yves David path-suboption: use str for "bookmarks_mode" suboptions