Tue, 03 Jan 2023 11:53:35 -0500 |
Matt Harbison |
urlutil: drop the deprecated `getpath()`
|
Mon, 02 Jan 2023 11:38:20 -0500 |
Matt Harbison |
copyright: update to 2023
stable
|
Mon, 07 Nov 2022 22:30:30 -0500 |
Pierre-Yves David |
delta-find: add a delta-reuse policy that blindly accepts incoming deltas
|
Sat, 03 Dec 2022 01:24:34 +0100 |
Pierre-Yves David |
delta-find: add a `delta-reuse-policy` on configuration `path`
|
Sat, 03 Dec 2022 05:53:13 +0100 |
Pierre-Yves David |
path: fix `url.copy` dropping the port
|
Fri, 02 Dec 2022 18:18:57 +0100 |
Pierre-Yves David |
path: allow to copy a path while adjusting the url
|
Fri, 02 Dec 2022 16:30:48 +0100 |
Pierre-Yves David |
path: add a `get_clone_path_obj` function
|
Fri, 02 Dec 2022 03:56:23 +0100 |
Pierre-Yves David |
path: simplify the implementation of `get_clone_path`
|
Fri, 02 Dec 2022 03:51:27 +0100 |
Pierre-Yves David |
path: clarify document of `get_clone_path`
|
Fri, 02 Dec 2022 03:50:28 +0100 |
Pierre-Yves David |
path: introduce a `get_unique_pull_path_obj` function
|
Fri, 02 Dec 2022 01:55:05 +0100 |
Pierre-Yves David |
path: simplify the `get_unique_pull_path` function
|
Fri, 02 Dec 2022 01:41:27 +0100 |
Pierre-Yves David |
path: remove outdated documentation point from `get_unique_push_path`
|
Thu, 01 Dec 2022 16:58:22 +0100 |
Pierre-Yves David |
path: remove outdated documentation point from `get_unique_pull_path`
|
Thu, 01 Dec 2022 16:53:22 +0100 |
Pierre-Yves David |
path: update `get_unique_pull_path` to point out it returns a url
|
Thu, 01 Dec 2022 01:46:46 +0100 |
Pierre-Yves David |
path: deprecated the `pushloc` attribute
|
Thu, 01 Dec 2022 01:33:27 +0100 |
Pierre-Yves David |
path: have `get_push_paths` directly return the push variants
|
Thu, 01 Dec 2022 01:32:24 +0100 |
Pierre-Yves David |
path: add a method to retrieve a "push variant" of a path
|
Thu, 01 Dec 2022 01:27:47 +0100 |
Pierre-Yves David |
path: move the url parsing and related attribute setting to a method
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
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
|