log mercurial/scmutil.py @ 51831:34eb3a711955 default tip

age author description
Fri, 16 Aug 2024 11:12:19 +0100 Arseniy Alekseyev sparse: reliably avoid writing to store without a lock
Thu, 15 Aug 2024 14:54:22 +0100 Arseniy Alekseyev scmutils: read the requires file before writing to avoid unnecessary rewrite
Thu, 15 Aug 2024 14:53:17 +0100 Arseniy Alekseyev scmutil: add `readrequires` next to `writerequires`
Wed, 24 Jul 2024 22:40:22 -0400 Matt Harbison typing: add trivial type hints to `mercurial.scmutil`
Tue, 23 Jul 2024 19:20:22 -0400 Matt Harbison typing: induce pytype to use the standard `attr` instead of the vendored copy
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
Wed, 06 Mar 2024 11:39:44 +0100 Pierre-Yves David branchcache: store filtered hash and obsolete hash independently for V3
Wed, 06 Mar 2024 01:53:52 +0100 Pierre-Yves David filteredhash: rename the filteredhash function
Wed, 06 Mar 2024 01:43:51 +0100 Pierre-Yves David filteredhash: split the computation of revision sets
Tue, 05 Mar 2024 15:21:18 +0100 Pierre-Yves David filteredhash: move the hashing in its own function
Mon, 09 Oct 2023 15:12:16 +0200 Pierre-Yves David usage: add configuration option to adjust resources usage
Mon, 30 Oct 2023 21:28:30 +0100 Georges Racinet rust-revlog: using the ad-hoc `NodeTree` in scmutil
Fri, 01 Sep 2023 00:09:55 +0200 Pierre-Yves David pycompat: drop usage of hasattr/getattr/setattr/delatt proxy