log mercurial/utils/storageutil.py @ 52592:87ceb51d124c

age author description
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
Thu, 29 Apr 2021 22:01:04 +0200 Joerg Sonnenberger storageutil: match node length with repository
Wed, 04 Jan 2023 16:02:22 +0100 Rapha?l Gom?s branching: merge stable into default
Sat, 12 Nov 2022 00:18:41 +0100 Pierre-Yves David emitrevision: consider ancestors revision to emit as available base stable
Thu, 24 Nov 2022 04:04:19 +0100 Pierre-Yves David emitrevision: if we need to compute a delta on the fly, try p1 or p2 first stable
Mon, 28 Nov 2022 16:27:23 +0100 Pierre-Yves David emitrevision: simplify the fallback to computed delta stable
Mon, 28 Nov 2022 15:59:52 +0100 Pierre-Yves David emitrevision: also check the parents in the availability closure stable
Mon, 28 Nov 2022 15:48:51 +0100 Pierre-Yves David emitrevision: add a small closure to check if a base is usable stable
Wed, 07 Dec 2022 20:12:23 +0100 Pierre-Yves David bundle: emit full snapshot as is, without doing a redelta
Sat, 12 Nov 2022 00:18:41 +0100 Pierre-Yves David emitrevision: consider ancestors revision to emit as available base
Thu, 24 Nov 2022 04:04:19 +0100 Pierre-Yves David emitrevision: if we need to compute a delta on the fly, try p1 or p2 first
Mon, 28 Nov 2022 16:27:23 +0100 Pierre-Yves David emitrevision: simplify the fallback to computed delta
Mon, 28 Nov 2022 15:59:52 +0100 Pierre-Yves David emitrevision: also check the parents in the availability closure
Mon, 28 Nov 2022 15:48:51 +0100 Pierre-Yves David emitrevision: add a small closure to check if a base is usable
Tue, 15 Nov 2022 16:25:23 +0100 Pierre-Yves David debug: add an option to display statistic about a bundling operation