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
|
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
|