log mercurial/bundlecaches.py @ 51991:f0bee30af890 default tip

age author description
Thu, 27 Jun 2024 03:32:52 +0200 Joerg Sonnenberger clonebundles: allow manifest to specify sha256 digest of bundles
Thu, 12 Sep 2024 16:27:58 -0400 Matt Harbison typing: add `from __future__ import annotations` to remaining source files
Tue, 23 Jul 2024 19:20:22 -0400 Matt Harbison typing: induce pytype to use the standard `attr` instead of the vendored copy
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