log mercurial/repair.py @ 52134:479899e53816 default tip

age author description
Mon, 23 Sep 2024 23:52:45 +0200 Pierre-Yves David rev-branch-cache: add a way to force rewrite of the cache
Mon, 16 Sep 2024 15:36:44 +0200 Matt Harbison typing: add `from __future__ import annotations` to most files
Tue, 20 Feb 2024 14:21:18 +0100 Pierre-Yves David phases: explicitly filter stripped revision at strip time
Mon, 12 Jun 2023 23:24:41 +0200 Pierre-Yves David repair: use `is_manifestlog` to recognise manifest revlog
Tue, 16 May 2023 10:43:36 +0200 Pierre-Yves David store: rename `datafiles` to `data_entries`
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:46 +0200 Pierre-Yves David store: use StoreEntry API instead of parsing filename when listing manifestlog
Mon, 15 May 2023 08:56:23 +0200 Pierre-Yves David store: use a StoreEntry object instead of tuple for store files
Mon, 20 Mar 2023 23:16:14 +0100 Raphaël Gomès branching: merge stable into default
Wed, 08 Mar 2023 11:01:11 +0100 Pierre-Yves David bundle: prevent implicite bundling of internal changeset
Fri, 10 Mar 2023 07:10:19 +0100 Pierre-Yves David strip: do now include internal changeset in the strip backup
Fri, 10 Mar 2023 03:41:18 +0100 Pierre-Yves David strip: drop the assert about bundled revision
Thu, 09 Mar 2023 15:06:59 +0100 Pierre-Yves David strip: explicitly compute the boundary of the backup bundle
Mon, 06 Mar 2023 22:16:28 +0100 Pierre-Yves David undo-files: no longer pass the `repo` to `cleanup_undo_files` stable