log mercurial/revlogutils/rewrite.py @ 52046:28a0eb21ff04

age author description
Sat, 20 Jul 2024 03:04:48 +0200 Joerg Sonnenberger revlogutils: teach issue6528 filtering about grandparents
Sat, 20 Jul 2024 00:43:08 +0200 Joerg Sonnenberger revlogutils: remember known metadata parents for issue6528
Sat, 20 Jul 2024 00:44:59 +0200 Joerg Sonnenberger revlogutils: for issue6528 fix, pre-cache nullrev as metadata-free
Sat, 20 Jul 2024 00:59:50 +0200 Joerg Sonnenberger revlogutils: for issue6528 fix, cache results for null changes
Sat, 20 Jul 2024 00:41:37 +0200 Joerg Sonnenberger revlogutils: fix _chunk() reference
Thu, 12 Sep 2024 16:27:58 -0400 Matt Harbison typing: add `from __future__ import annotations` to remaining source files
Thu, 18 Jul 2024 12:36:12 +0200 Raphaël Gomès black: format the codebase with 23.3.0
Tue, 23 Jul 2024 10:02:46 +0200 Raphaël Gomès Backout accidental publication of a large range of revisions
Thu, 18 Jul 2024 12:36:12 +0200 Raphaël Gomès black: format the codebase with 23.3.0
Fri, 01 Dec 2023 22:56:08 +0100 Pierre-Yves David censor: accept multiple revision in a single call
Sat, 02 Dec 2023 02:13:23 +0100 Pierre-Yves David censor: fix things around inlining stable
Thu, 19 Oct 2023 02:57:05 +0200 Pierre-Yves David revlog: move the `_chunk` method on the inner object
Tue, 24 Oct 2023 17:03:27 +0200 Pierre-Yves David revlog: move _getsegmentforrevs on the internal object
Tue, 10 Oct 2023 11:02:00 +0200 Pierre-Yves David revlog: remove legacy usage of `_checkambig`
Tue, 10 Oct 2023 10:56:42 +0200 Pierre-Yves David revlog: remove legacy usage of `_generaldelta`
Tue, 10 Oct 2023 10:02:05 +0200 Pierre-Yves David revlog: move configuration attribute into dedicated object
Mon, 25 Sep 2023 22:51:57 +0200 Pierre-Yves David delta-computer: stop explicitly taking file handle
Mon, 25 Sep 2023 16:47:55 +0200 Pierre-Yves David censors: simply use `revlog.reading` to keep things open dring rewrite
Tue, 16 May 2023 10:43:36 +0200 Pierre-Yves David store: rename `datafiles` to `data_entries`
Mon, 15 May 2023 22:10:33 +0200 Pierre-Yves David store: use the boolean property in `repair_issue6528`
Mon, 15 May 2023 09:03:15 +0200 Pierre-Yves David store: issue a single entry for each revlog
Mon, 15 May 2023 09:00:28 +0200 Pierre-Yves David store: use StoreEntry API instead of parsing filename when fixing issue6528
Mon, 15 May 2023 08:56:23 +0200 Pierre-Yves David store: use a StoreEntry object instead of tuple for store files
Mon, 15 May 2023 08:54:33 +0200 Pierre-Yves David repair-issue6528: remove a now useless continue
Thu, 21 Oct 2021 17:25:41 +0200 Raphaël Gomès branching: merge stable into default
Mon, 18 Oct 2021 17:11:48 +0200 Raphaël Gomès rewrite: fix issue6599 stable
Mon, 02 Aug 2021 08:05:13 -0400 Valentin Gatien-Baron store: return just one filename in walk functions
Sat, 07 Aug 2021 14:12:28 +0200 Pierre-Yves David issue6528: also filter delta on the fly when applying a changegroup stable
Sat, 07 Aug 2021 12:39:01 +0200 Pierre-Yves David issue6528: implement _is_revision_affected_fast using callback stable
Sat, 07 Aug 2021 12:38:48 +0200 Pierre-Yves David issue6528: implement _is_revision_affected using callback stable