log mercurial/revlogutils/rewrite.py @ 51700:7f0cb9ee0534

age author description
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