log mercurial/streamclone.py @ 51691:3cb2b5b6626f

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