mercurial/branchmap.py
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
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 02:20:53 +0100 Pierre-Yves David branchcache: rework the `filteredhash` logic to be more generic
Wed, 06 Mar 2024 01:53:52 +0100 Pierre-Yves David filteredhash: rename the filteredhash function
Sun, 25 Feb 2024 23:31:50 +0100 Pierre-Yves David branchcache: cleanup the final key generation after update
Mon, 26 Feb 2024 15:44:44 +0100 Pierre-Yves David branchcache-v3: use more explicit header line
Mon, 26 Feb 2024 14:20:36 +0100 Pierre-Yves David branchcache-v3: introduce a v3 format
Tue, 27 Feb 2024 14:04:29 +0100 Pierre-Yves David branchcache: use an explicit class for the v2 version
Fri, 15 Mar 2024 10:52:51 +0100 Raphaël Gomès branching: merge stable into default
Sun, 10 Mar 2024 03:25:04 +0100 Pierre-Yves David branchcache: explictly update disk state only if no transaction exist
Sun, 10 Mar 2024 03:32:50 +0100 Pierre-Yves David branchcache: do not use `__getitem__` in updatecache
Sun, 10 Mar 2024 05:10:00 +0100 Pierre-Yves David branchcache: explicitly track inheritence "state"
Sun, 10 Mar 2024 04:53:17 +0100 Pierre-Yves David branchcache: stop writing more branchcache file on disk than needed
Fri, 08 Mar 2024 16:49:06 +0100 Pierre-Yves David branchcache: do not copy the `_dirty` flag
Fri, 08 Mar 2024 16:52:08 +0100 Pierre-Yves David branchcache: explicitly assert that copy is always about inheritance
Sat, 09 Mar 2024 02:07:15 +0100 Pierre-Yves David branchcache: stop using `copy(…)` in `replace(…)`
Fri, 08 Mar 2024 16:47:32 +0100 Pierre-Yves David branchcache: change the _delayed flag to an explicit `_dirty` flag
Fri, 08 Mar 2024 15:50:15 +0100 Pierre-Yves David branchcache: write branchmap in subset inheritance order
Fri, 08 Mar 2024 15:06:54 +0100 Pierre-Yves David branchcache: do not accept "empty update"
Thu, 07 Mar 2024 11:04:34 +0100 Pierre-Yves David branchcache: avoid created a `None` filter repoview when writing
Mon, 26 Feb 2024 15:26:08 +0100 Pierre-Yves David branchcache: move head writing in a `_write_headers` method
Mon, 26 Feb 2024 15:25:41 +0100 Pierre-Yves David branchcache: move head writing in a `_write_heads` method
Mon, 26 Feb 2024 15:23:45 +0100 Pierre-Yves David branchcache: move the header loading in a `_load_header` class method
Mon, 26 Feb 2024 15:15:10 +0100 Pierre-Yves David branchcache: simplify a long line
Mon, 26 Feb 2024 15:12:20 +0100 Pierre-Yves David branchcache: rename `load` to `_load_heads`
Sun, 25 Feb 2024 20:40:37 +0100 Pierre-Yves David branchcache: move the filename to a class attribute
Sun, 25 Feb 2024 16:14:15 +0100 Pierre-Yves David branchcache: drop the unused `_verifyclosed`
Mon, 26 Feb 2024 15:46:24 +0100 Pierre-Yves David branchcache: dispatch the code into the dedicated subclass
Sun, 25 Feb 2024 14:09:36 +0100 Pierre-Yves David branchcache: introduce a base class for branchmap
Mon, 19 Feb 2024 12:09:06 +0100 Pierre-Yves David branchcache: fix the copy code
Mon, 19 Feb 2024 13:11:42 +0100 Pierre-Yves David branchcache: pass a "verify_node" attribut to __init__ instead of hasnode
Mon, 19 Feb 2024 11:59:56 +0100 Pierre-Yves David branchcache: stop storing a repository instance on the cache altogether
Mon, 19 Feb 2024 11:43:19 +0100 Pierre-Yves David branchcache: pass the target repository when copying
Fri, 19 Jan 2024 11:30:10 +0100 Pierre-Yves David branchcache: have an explicit method to update the on disk cache
Mon, 04 Mar 2024 04:16:15 +0100 Pierre-Yves David config: move the option to mmap rev branch cache in the storage section stable
Wed, 10 Jan 2024 18:58:42 +0000 Arseniy Alekseyev branchmap: use mmap for faster revbranchcache loading
Wed, 20 Dec 2023 22:17:03 +0100 Pierre-Yves David pytype: drop the now useless assert
Tue, 19 Dec 2023 21:29:34 +0100 Pierre-Yves David pytype: move some type comment to proper annotation
Wed, 20 Dec 2023 12:51:20 +0100 Pierre-Yves David pytype: import typing directly
Tue, 31 May 2022 03:06:05 +0200 Manuel Jacob py3: use `x.hex()` instead of `pycompat.sysstr(node.hex(x))`
Fri, 13 May 2022 15:19:57 +0200 Pierre-Yves David branchmap: use a context manager when writing the branchmap
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Tue, 01 Mar 2022 20:52:32 -0800 Gregory Szorc py3: replace pycompat.itervalues(x) with x.values()
Thu, 03 Mar 2022 18:28:30 -0800 Gregory Szorc global: bulk replace simple pycompat.iteritems(x) with x.items()
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Mon, 07 Feb 2022 13:24:30 +0300 Anton Shestakov branchmap: split a long condition in branchcache.validfor(), add comments
Sun, 06 Feb 2022 19:31:39 +0300 Anton Shestakov branchmap: don't add branch entries if there are no heads
Fri, 07 Jan 2022 11:53:23 +0300 Anton Shestakov branchmap: skip obsolete revisions while computing heads
Tue, 01 Feb 2022 15:19:50 +0100 Pierre-Yves David branchmap: stop writing cache for uncommitted data stable
Fri, 07 May 2021 22:06:25 -0400 Matt Harbison merge with stable
Fri, 30 Apr 2021 16:13:02 -0700 Kyle Lippincott black: make codebase compatible with black v21.4b2 and v20.8b1 stable
Mon, 29 Mar 2021 01:52:06 +0200 Joerg Sonnenberger node: replace nullid and friends with nodeconstants class
Thu, 25 Mar 2021 18:02:08 +0100 Raphaël Gomès contributor: change mentions of mpm to olivia
Thu, 18 Mar 2021 18:24:59 -0400 Matt Harbison merge with stable
Wed, 13 Jan 2021 16:14:58 +0100 Joerg Sonnenberger node: introduce nodeconstants class
Thu, 11 Mar 2021 17:10:52 -0500 Matt Harbison branchmap: force Exception to bytes before logging stable
Fri, 15 Jan 2021 01:58:59 +0100 Joerg Sonnenberger branchmap: update rev-branch-cache incrementally
Fri, 15 Jan 2021 01:20:47 +0100 Joerg Sonnenberger reverse-branch-cache: switch to doubling allocating scheme
Fri, 18 Dec 2020 14:45:28 +0100 Joerg Sonnenberger branchmap: avoid ancestor computations in absence of non-continous branches
less more (0) -100 -60 tip