log

age author description
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
Tue, 27 Feb 2024 22:52:00 +0100 Pierre-Yves David test-clonebundles: simplify matching to be less flavor depends
Sun, 25 Feb 2024 23:05:33 +0100 Pierre-Yves David repoview: fix changelog.__contains__ method
Mon, 08 Jan 2024 15:11:34 +0100 Pierre-Yves David branchcache: unconditionally write delayed branchmap
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