log mercurial/revlogutils/deltas.py @ 51083:5645524c6b62

age author description
Fri, 13 Oct 2023 16:11:04 +0200 Pierre-Yves David revlog: also migrates `revlog.upperboundcomp` to ConfigClass
Tue, 10 Oct 2023 12:03:02 +0200 Pierre-Yves David revlog: remove legacy usage of `_lazydeltabase`
Tue, 10 Oct 2023 11:33:33 +0200 Pierre-Yves David revlog: remove legacy usage of `_srmingapsize`
Tue, 10 Oct 2023 11:30:07 +0200 Pierre-Yves David revlog: remove legacy usage of `_srdensitythreshold`
Tue, 10 Oct 2023 11:27:39 +0200 Pierre-Yves David revlog: remove legacy usage of `_sparserevlog`
Tue, 10 Oct 2023 11:16:07 +0200 Pierre-Yves David revlog: remove legacy usage of `_maxdeltachainspan`
Wed, 11 Oct 2023 00:04:23 +0200 Pierre-Yves David revlog: remove legacy usage of `_candidate_group_chunk_size`
Tue, 10 Oct 2023 11:07:15 +0200 Pierre-Yves David revlog: remove legacy usage of `_deltabothparents`
Tue, 10 Oct 2023 11:05:54 +0200 Pierre-Yves David revlog: remove legacy usage of `_maxchainlen`
Tue, 10 Oct 2023 10:56:42 +0200 Pierre-Yves David revlog: remove legacy usage of `_generaldelta`
Tue, 10 Oct 2023 18:02:20 +0200 Pierre-Yves David revlog: use the new Config classes in _testrevlog
Mon, 25 Sep 2023 22:51:57 +0200 Pierre-Yves David delta-computer: stop explicitly taking file handle
Fri, 01 Sep 2023 00:09:55 +0200 Pierre-Yves David pycompat: drop usage of hasattr/getattr/setattr/delatt proxy
Thu, 31 Aug 2023 23:56:15 +0200 Pierre-Yves David safehasattr: drop usage in favor of hasattr
Sun, 18 Jun 2023 00:04:53 +0200 Pierre-Yves David delta-find: remove dead code intended to deal with forced delta reuse
Sun, 18 Jun 2023 00:09:39 +0200 Pierre-Yves David branching: merge with stable
Mon, 05 Jun 2023 03:11:26 +0200 Pierre-Yves David delta-find: fix pulled-delta-reuse-policy=forced behavior stable
Thu, 08 Jun 2023 03:05:10 +0200 Pierre-Yves David deltafind: issue debug information when we fast-path rivial case too stable
Thu, 08 Jun 2023 03:11:51 +0200 Pierre-Yves David delta-find: gather the condition to blindly use a full snapshot together stable
Thu, 08 Jun 2023 02:49:10 +0200 Pierre-Yves David delta-find: initialize the debug information much sooner (when possible) stable
Thu, 08 Jun 2023 02:42:28 +0200 Pierre-Yves David delta-find: fix `parents` round detection stable
Thu, 08 Jun 2023 02:35:03 +0200 Pierre-Yves David delta-find: intrduce a `_one_dbg_data` method stable
Thu, 08 Jun 2023 01:52:35 +0200 Pierre-Yves David delta-find: move final debug processing in a `_dbg_process_data` method stable
Thu, 08 Jun 2023 01:19:01 +0200 Pierre-Yves David delta-fine: use the `_debug_search` attribute directly stable
Thu, 08 Jun 2023 01:11:47 +0200 Pierre-Yves David delta-find: move the `gather_debug` logic in a property stable
Thu, 02 Feb 2023 17:34:33 +0100 Pierre-Yves David safehasattr: pass attribute name as string instead of bytes
Wed, 19 Apr 2023 16:37:11 +0200 Pierre-Yves David delta-find: simply code that is now never invoqued without general delta stable
Tue, 18 Apr 2023 17:17:31 +0200 Pierre-Yves David delta-find: add a simple safeguard to prevent bad non-general-delta stable
Wed, 19 Apr 2023 18:16:19 +0200 Pierre-Yves David delta-find: never do anything fancy when general delta is off stable
Wed, 19 Apr 2023 16:59:03 +0200 Pierre-Yves David delta-find: assume the target-rev if not specified stable
Tue, 06 Dec 2022 12:10:31 +0100 Pierre-Yves David bundle: when forcing acceptance of incoming delta also accept snapshot
Wed, 07 Dec 2022 20:05:19 +0100 Pierre-Yves David delta-find: properly report full snapshot used from cache as such
Mon, 07 Nov 2022 22:30:30 -0500 Pierre-Yves David delta-find: add a delta-reuse policy that blindly accepts incoming deltas
Sun, 06 Nov 2022 17:53:17 -0500 Pierre-Yves David delta-find: use a single snapshot cache when applying a group to an object
Sun, 06 Nov 2022 17:55:55 -0500 Pierre-Yves David delta-find: make sure we only use newer full snapshot as candidate
Sun, 06 Nov 2022 17:55:46 -0500 Pierre-Yves David delta-find: use sets instead of list in the snapshot cache
Sun, 06 Nov 2022 16:56:23 -0500 Pierre-Yves David delta-find: use a smarter object for snapshot caching
Mon, 07 Nov 2022 22:12:59 -0500 Pierre-Yves David find-delta: pass the cache-delta usage policy alongside the cache-delta
Mon, 07 Nov 2022 20:02:32 -0500 Pierre-Yves David find-delta: minor preparatory change
Mon, 07 Nov 2022 17:57:28 -0500 Pierre-Yves David find-delta: rename _isgooddeltainfo
Sun, 06 Nov 2022 14:47:17 -0500 Pierre-Yves David delta-find: add a way to control the number of bases tested at the same time
Sun, 06 Nov 2022 15:03:31 -0500 Pierre-Yves David delta-find: adjust the moment when we mark something as "tested"
Sun, 06 Nov 2022 12:53:57 -0500 Pierre-Yves David delta-find: rename a variable for clarity
Sun, 06 Nov 2022 12:53:03 -0500 Pierre-Yves David delta-find: small documentation update
Sun, 06 Nov 2022 12:51:50 -0500 Pierre-Yves David delta-find: move pre-filtering with other pre-filtering logic
Sun, 06 Nov 2022 13:46:08 -0500 Pierre-Yves David delta-find: expand a function definition and call before extendin it
Mon, 17 Oct 2022 22:19:43 +0200 Pierre-Yves David debug: add an option to display statistic about a unbundling operation
Tue, 15 Nov 2022 18:08:56 +0100 Pierre-Yves David delta-find: add debug information about reuse of cached data
Fri, 20 May 2022 14:27:46 +0200 Pierre-Yves David deltas: add a debug-delta-find command to analyse delta search
Thu, 19 May 2022 23:39:23 +0100 Pierre-Yves David deltas: add code to display information about the result of `finddeltainfo`
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Thu, 23 Dec 2021 14:48:31 +0100 Raphaël Gomès revlog: remove deprecated APIs
Mon, 07 Jun 2021 11:59:27 +0200 Pierre-Yves David censor: implement censoring for revlogv2
Sun, 20 Jun 2021 23:05:58 +0200 Pierre-Yves David deltas: at a `target_rev` parameter to finddeltainfo
Mon, 21 Jun 2021 15:00:53 +0200 Pierre-Yves David revlog: factor the logic to determine the delta compression out
Sun, 30 May 2021 18:10:15 +0200 Pierre-Yves David revlog: add a ways to blacklist some revision when searching for a delta
Sun, 30 May 2021 16:20:36 +0200 Pierre-Yves David revlog: move `revisioninfo` in `revlogutils`
Mon, 03 May 2021 19:46:25 +0200 Pierre-Yves David revlog: introduce a plain compression mode
Thu, 25 Mar 2021 18:02:08 +0100 Raphaël Gomès contributor: change mentions of mpm to olivia