log mercurial/streamclone.py @ 52592:87ceb51d124c

age author description
Wed, 04 Dec 2024 23:31:46 +0100 Pierre-Yves David stream: preserve volatile cache early
Wed, 04 Dec 2024 17:13:39 +0100 Pierre-Yves David stream: rename all test hook point one number up
Mon, 02 Dec 2024 17:00:12 +0100 Pierre-Yves David stream: create a `e.preserve_volatiles` method directly on StoreEntry
Mon, 02 Dec 2024 16:01:00 +0100 Pierre-Yves David stream: start the volatile manager sooner during emission
Mon, 04 Nov 2024 16:43:05 -0500 Matt Harbison streamclone: disable the volatile file open handle optimization on Windows stable
Tue, 01 Oct 2024 16:07:51 +0200 Pierre-Yves David stream: prefer keeping an open file handle to volatile file instead of copy
Tue, 01 Oct 2024 15:55:49 +0200 Pierre-Yves David stream: remove __getitem__ from the VolatileManager
Tue, 01 Oct 2024 15:55:29 +0200 Pierre-Yves David stream: open volatile file through the manager
Mon, 14 Oct 2024 15:11:49 +0200 Pierre-Yves David stream: rename TempCopyManager to VolatileManager
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
Thu, 18 Jul 2024 12:36:12 +0200 Rapha?l Gom?s black: format the codebase with 23.3.0
Tue, 23 Jul 2024 10:02:46 +0200 Rapha?l Gom?s Backout accidental publication of a large range of revisions
Thu, 18 Jul 2024 12:36:12 +0200 Rapha?l Gom?s black: format the codebase with 23.3.0
Sun, 14 Apr 2024 02:33:36 +0200 Pierre-Yves David stream-clone: disable gc for the entry listing section for the v2 format
Tue, 26 Mar 2024 13:46:44 +0000 Pierre-Yves David streamclone: stop listing files for entries that have no volatile files
Tue, 26 Mar 2024 13:34:05 +0000 Pierre-Yves David stream-clone: disable gc for the initial section for the v3 format
Tue, 26 Mar 2024 13:32:46 +0000 Pierre-Yves David stream-clone: disable gc for `_entries_walk` duration
Tue, 26 Mar 2024 11:24:20 +0000 Pierre-Yves David stream-clone: stop getting the file size of all file in v3
Thu, 31 Aug 2023 23:56:15 +0200 Pierre-Yves David safehasattr: drop usage in favor of hasattr
Thu, 01 Jun 2023 17:39:22 +0100 Arseniy Alekseyev stream-clone: add a v3 version of the protocol
Wed, 08 Mar 2023 14:23:43 +0100 Mathias De Mare clonebundles: add support for inline (streaming) clonebundles
Mon, 29 May 2023 14:07:58 +0200 Pierre-Yves David stream-clone: implement decidated `get_streams` method for revlog
Sun, 28 May 2023 05:52:58 +0200 Pierre-Yves David stream-clone: make it the responsability of the store entry to stream content
Mon, 29 May 2023 04:26:39 +0200 Pierre-Yves David stream-clone: drop the _emit_v2 function
Mon, 29 May 2023 04:24:39 +0200 Pierre-Yves David stream-clone: directly use `_entries_walk` to generate stream-v2
Mon, 29 May 2023 04:12:30 +0200 Pierre-Yves David stream-clone: pre-indent some code
Sun, 28 May 2023 04:12:10 +0200 Pierre-Yves David local-clone: perform the hardlink/copy based from _entries_walk returns
Sat, 27 May 2023 04:22:18 +0200 Pierre-Yves David stream-clone: introduce a richer TempCopyManager object
Fri, 19 May 2023 14:49:50 +0200 Pierre-Yves David stream-clone: introduce the notion of an experimental "v3" version
Sat, 20 May 2023 01:39:13 +0200 Pierre-Yves David stream-clone: check is a compatible protocol can be found