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

age author description
Wed, 23 Oct 2024 16:39:12 -0400 Matt Harbison manifest: drop the CamelCase name for `manifest.manifestlog`
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
Sun, 22 Sep 2024 17:06:31 -0400 Matt Harbison store: fix a signature mismatch for a vfs subclass
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
Wed, 21 Aug 2024 22:15:05 -0400 Matt Harbison typing: lock in new pytype gains from making revlog related classes typeable
Tue, 23 Jul 2024 19:20:22 -0400 Matt Harbison typing: induce pytype to use the standard `attr` instead of the vendored copy
Tue, 23 Jul 2024 19:14:16 -0400 Matt Harbison typing: disable some pytype errors in `mercurial.store`
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
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