log mercurial/branchmap.py @ 52164:e01e84e5e426

age author description
Tue, 01 Oct 2024 12:29:10 +0200 Pierre-Yves David branchmap-v3: make sure we write the cache after detecting pure-topo mode
Tue, 03 Sep 2024 11:11:17 +0200 Pierre-Yves David branchmap-v3: introduce a "stop_rev" argument to `headsrevs`
Tue, 03 Sep 2024 02:13:03 +0200 Pierre-Yves David branchmap-v3: filter topo heads using node for performance reason
Fri, 27 Sep 2024 02:27:54 +0200 Pierre-Yves David branchmap-v3: detect invalid headerline and raise error
Sun, 22 Sep 2024 15:55:46 +0200 Pierre-Yves David rev-branch-cache: move the code in a dedicated module
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
Wed, 03 Jul 2024 12:31:21 +0200 Pierre-Yves David mmap: only use mmap to read rev-branch-cache data if it is safe stable
Mon, 24 Jun 2024 10:52:46 +0200 Raphaël Gomès branch3: use an explicitely experimental name for files
Thu, 07 Mar 2024 10:57:16 +0100 Pierre-Yves David branchcache: allow to detect "pure topological case" for branchmap
Thu, 07 Mar 2024 04:15:23 +0100 Pierre-Yves David branchcache: add a "pure topological head" fast path
Wed, 06 Mar 2024 16:18:03 +0100 Pierre-Yves David branchcache: move the processing of the new data in a dedicated method
Wed, 06 Mar 2024 16:10:44 +0100 Pierre-Yves David branchcache: gather newly closed head in a dedicated set
Wed, 06 Mar 2024 16:09:42 +0100 Pierre-Yves David branchcache: gather new obsolete revision in a set
Wed, 06 Mar 2024 15:54:22 +0100 Pierre-Yves David branchcache: filter obsolete revisions sooner
Thu, 07 Mar 2024 10:55:22 +0100 Pierre-Yves David branchcache: skip entries that are topological heads in the on disk file