log mercurial/streamclone.py @ 52133:f1312d0803a8 default tip

age author description
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