Mercurial > hg
log mercurial/store.py @ 51679:be6d8ea6d3d2
age | author | description |
---|---|---|
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 18:55:40 +0000 | Pierre-Yves David | stream: in v3, skip the "size" fast path if the entries as some unknown size |
Fri, 01 Sep 2023 00:09:55 +0200 | Pierre-Yves David | pycompat: drop usage of hasattr/getattr/setattr/delatt proxy |
Thu, 13 Jul 2023 19:36:43 +0100 | Arseniy Alekseyev | fncache: fix a bug that corrupts the fncache after transaction rollback stable |
Thu, 01 Jun 2023 17:39:22 +0100 | Arseniy Alekseyev | stream-clone: add a v3 version of the protocol |
Fri, 02 Jun 2023 15:10:50 +0200 | Pierre-Yves David | store: use the revlog type from revlog's constant instead of custom one |
Wed, 31 May 2023 10:37:55 +0100 | Arseniy Alekseyev | stream-clone: avoid opening a revlog in case we do not need it |