Wed, 10 Jul 2024 17:16:19 -0400 |
Matt Harbison |
typing: add some trivial type hints to `mercurial/bundlecaches.py`
|
Wed, 17 Apr 2024 12:28:48 +0200 |
Raphaël Gomès |
branching: merge stable into default
|
Tue, 09 Apr 2024 14:41:48 +0200 |
Pierre-Yves David |
bundlespec: drop unused _bundlespecvariants dictionary
|
Tue, 09 Apr 2024 14:37:24 +0200 |
Pierre-Yves David |
bundlespec: type the _bundlespeccontentopts dictionary
|
Tue, 09 Apr 2024 14:36:01 +0200 |
Pierre-Yves David |
bundlespec: fix the "streamv2" and "streamv3-exp" variant
|
Fri, 05 Apr 2024 01:07:46 +0200 |
Pierre-Yves David |
bundle-spec: properly parse boolean configuration as boolean
stable
|
Tue, 02 Apr 2024 21:53:17 +0200 |
Pierre-Yves David |
bundlespec: rationalize the way we specify stream bundle version
|
Wed, 21 Jun 2023 15:53:33 +0200 |
Pierre-Yves David |
bundle-spec: add an official method to format a spec into a string
|
Sun, 18 Jun 2023 00:09:39 +0200 |
Pierre-Yves David |
branching: merge with stable
|
Wed, 08 Mar 2023 14:23:43 +0100 |
Mathias De Mare |
clonebundles: add support for inline (streaming) clonebundles
|
Fri, 26 May 2023 17:41:25 +0200 |
Pierre-Yves David |
clonebundle: add a `filter_bundle_url` function
|
Fri, 26 May 2023 16:55:52 +0200 |
Pierre-Yves David |
clonebundles: move the manifest reading in a dedicated function
|
Thu, 20 Apr 2023 11:23:45 +0200 |
Mathias De Mare |
clonebundles: filter out invalid schemes instead of failing on them
stable
|
Tue, 23 May 2023 01:39:47 +0200 |
Arseniy Alekseyev |
stream-clone: support streamv3 on the cli [hg bundle]
|
Sun, 21 May 2023 01:03:19 +0200 |
Pierre-Yves David |
stream-clone: make sure the `stream` capability is set when bundling
|
Wed, 08 Mar 2023 15:23:22 +0100 |
Pierre-Yves David |
bundle: introduce a "v3" spec
|
Wed, 23 Nov 2022 11:22:22 -0500 |
Matt Harbison |
typing: minor tweaks to allow updating to pytype 2022.11.18
|
Wed, 25 May 2022 11:27:16 +0200 |
Pierre-Yves David |
bundlespec: do not check for `-` in the params portion of the bundlespec
|
Wed, 18 May 2022 10:38:11 +0100 |
Pierre-Yves David |
bundlespec: add processing of some parameter value
|
Wed, 18 May 2022 10:06:43 +0100 |
Pierre-Yves David |
bundlespec: extract the parseparams closure
|
Tue, 17 May 2022 18:14:32 +0100 |
Pierre-Yves David |
bundlespec: add a `overwrite` parameter to set_param
|
Tue, 17 May 2022 16:36:32 +0100 |
Pierre-Yves David |
bundlespec: merge the contentopts and params dictionnary
|
Tue, 17 May 2022 14:25:53 +0100 |
Pierre-Yves David |
bundlespec: make the `stream` case less special
|
Tue, 17 May 2022 11:57:17 +0100 |
Pierre-Yves David |
bundlespec: phase out the `_bundlespeccgversions` mapping
|
Mon, 21 Feb 2022 13:08:28 -0700 |
Gregory Szorc |
py3: use class X: instead of class X(object):
|
Mon, 17 Jan 2022 19:26:36 +0100 |
Pierre-Yves David |
stream-clone: add a explicit set list requirements relevant to stream clone
|
Sun, 30 May 2021 22:12:48 +0200 |
Pierre-Yves David |
revlogv2: make sure bundling pick a compatible bundle format
|
Wed, 03 Mar 2021 12:30:23 +0100 |
Raphaël Gomès |
requirements: also add a generaldelta constant
|
Wed, 14 Oct 2020 17:46:28 +0200 |
Pierre-Yves David |
clonebundle: move the manifest filename to a constant
|
Thu, 15 Oct 2020 15:57:36 +0200 |
Pierre-Yves David |
clonebundles: move a bundle of clone bundle related code to a new module
|