mercurial/utils/urlutil.py
Thu, 03 Mar 2022 18:28:30 -0800 Gregory Szorc global: bulk replace simple pycompat.iteritems(x) with x.items()
Tue, 15 Feb 2022 15:52:44 +0100 Raphaël Gomès copyright: it's 2022 stable
Fri, 15 Oct 2021 04:41:24 +0200 Pierre-Yves David bookmarks: add a `ignore` variant of the bookmark mode
Fri, 15 Oct 2021 03:49:05 +0200 Pierre-Yves David bookmarks: move the `mirror` option to the `paths` section
Fri, 15 Oct 2021 02:44:14 +0200 Pierre-Yves David path: return path instance directly from get_pull_paths
Fri, 15 Oct 2021 02:36:54 +0200 Pierre-Yves David path: unify path creation in `get_pull_paths`
Fri, 15 Oct 2021 02:36:38 +0200 Pierre-Yves David path: add a new argument to control path validation
Fri, 11 Jun 2021 23:57:14 -0400 Matt Harbison py3: byteify the version string passed to the deprecation warning method
Fri, 11 Jun 2021 23:51:27 -0400 Matt Harbison urlutil: byteify several localized messages
Fri, 11 Jun 2021 23:50:29 -0400 Matt Harbison urlutil: use the deprecation warning function on the `ui` object
Fri, 16 Apr 2021 00:16:43 +0200 Pierre-Yves David urlutil: provide some information about "bad url" when processing `pushurl`
Fri, 16 Apr 2021 00:16:47 +0200 Pierre-Yves David multi-urls: add a boolean suboption that unlock path specification as list
Thu, 15 Apr 2021 20:13:29 +0200 Pierre-Yves David urlutil: move url "fixing" at the time of `ui.paths` initialization
Thu, 15 Apr 2021 16:58:20 +0200 Pierre-Yves David urlutil: make `paths` class old list of `path`
Thu, 15 Apr 2021 17:15:43 +0200 Pierre-Yves David urlutil: extract `chain_path` in a function
Thu, 15 Apr 2021 17:12:25 +0200 Pierre-Yves David urlutil: add a `copy` method to `path
Thu, 15 Apr 2021 11:46:31 +0200 Pierre-Yves David urlutil: introduce a new `list_paths` function
Thu, 15 Apr 2021 10:05:51 +0200 Pierre-Yves David urlutil: deprecate `getpath`
Thu, 15 Apr 2021 10:01:44 +0200 Pierre-Yves David urlutil: inline the relevant part of `getpath` in `get_push_paths`
Thu, 15 Apr 2021 09:50:56 +0200 Pierre-Yves David url_util: introduce a `try_path` function
Wed, 14 Apr 2021 21:29:27 +0200 Pierre-Yves David urlutil: remove usage of `ui.expandpath` in `get_clone_path`
Wed, 14 Apr 2021 21:27:00 +0200 Pierre-Yves David urlutil: remove usage of `ui.expandpath` in `get_unique_pull_path`
Wed, 14 Apr 2021 21:20:58 +0200 Pierre-Yves David urlutil: remove usage of `ui.expandpath` in `get_pull_paths`
Wed, 14 Apr 2021 11:57:20 +0200 Pierre-Yves David urlutil: add a new `get_unique_push_path`
Wed, 14 Apr 2021 11:15:54 +0200 Pierre-Yves David urlutil: add a new `get_unique_pull_path`
Wed, 14 Apr 2021 10:35:40 +0200 Pierre-Yves David urlutil: add a `get_clone_path` function
Wed, 14 Apr 2021 22:50:41 -0400 Matt Harbison urlutil: use bytes for Abort messages
Tue, 13 Apr 2021 15:30:32 +0200 Pierre-Yves David push-dests: move the code around missing default dest inside `get_push_paths`
Tue, 13 Apr 2021 15:32:59 +0200 Pierre-Yves David push-dests: rework the handling of default value
Tue, 13 Apr 2021 12:28:44 +0200 Pierre-Yves David urlutil: add a `get_pull_paths` to perform the pull destination logic
Mon, 12 Apr 2021 22:22:56 +0200 Pierre-Yves David urlutil: add a `get_push_paths` to perform the push destination logic
Mon, 12 Apr 2021 06:34:54 +0200 Pierre-Yves David urlutil: extract `parseurl` from `hg` into the new module
Mon, 12 Apr 2021 03:01:04 +0200 Pierre-Yves David urlutil: extract `url` related code from `util` into the new module
Sun, 11 Apr 2021 23:54:35 +0200 Pierre-Yves David urlutil: extract `path` related code into a new module
less more (0) tip