log rust/hg-core/src/repo.rs @ 53042:cdd7bf612c7b stable tip

age author description
Thu, 16 Jan 2025 13:15:02 -0500 Mitchell Kember rust: move code from utils to utils::strings
Mon, 04 Nov 2024 11:18:36 +0100 Rapha?l Gom?s rust-lib: move `Dirstate*Error` to the `dirstate` module
Mon, 04 Nov 2024 11:00:58 +0100 Rapha?l Gom?s rust-dirstate: merge `dirstate_tree` module into `dirstate`
Tue, 29 Oct 2024 11:00:04 +0100 Rapha?l Gom?s rust: normalize `_for_unchecked_rev` naming among revlogs and the index
Thu, 26 Sep 2024 14:26:24 +0200 Rapha?l Gom?s rust: don't star export from the `revlog` module
Mon, 29 Jul 2024 20:47:43 +0200 Rapha?l Gom?s hg-core: add a complete VFS
Wed, 25 Sep 2024 18:24:15 +0200 Rapha?l Gom?s rust-revlog: introduce an `options` module
Thu, 03 Oct 2024 16:35:31 +0200 Rapha?l Gom?s rust-dirstate-map: use a more precise identity
Wed, 02 Oct 2024 18:31:32 +0200 Rapha?l Gom?s rust-dirstate: pass dirstate tracked key from the requirements
Wed, 02 Oct 2024 13:36:51 +0200 Rapha?l Gom?s rust-repo: don't use on-disk dirstate parents in v1
Tue, 01 Oct 2024 13:45:18 +0200 Rapha?l Gom?s rust-cpython: add a util to get a `Repo` from a python path
Mon, 30 Sep 2024 17:46:52 +0200 Rapha?l Gom?s rust-repo: add a method to set the current parents
Mon, 30 Sep 2024 17:46:24 +0200 Rapha?l Gom?s rust-repo: add a method to get a `Node` from a `Revision` to the `Repo`
Mon, 30 Sep 2024 17:43:51 +0200 Rapha?l Gom?s rust-dirstate: actually remember the identity
Wed, 19 Jun 2024 14:49:35 +0200 Rapha?l Gom?s rust: add Vfs trait
Wed, 19 Jun 2024 12:49:26 +0200 Rapha?l Gom?s rust: use new revlog configs in all revlog opening code
Mon, 18 Sep 2023 17:11:11 +0200 Rapha?l Gom?s rust-revlog: teach the revlog opening code to read the repo options
Mon, 06 Nov 2023 11:06:08 +0100 Rapha?l Gom?s rust: run a clippy pass with the latest stable version
Thu, 10 Aug 2023 11:00:34 +0200 Rapha?l Gom?s rust: use the new `UncheckedRevision` everywhere applicable
Mon, 05 Jun 2023 16:43:27 +0200 Rapha?l Gom?s rust-dirstate: fall back to v1 if reading v2 failed stable
Mon, 05 Jun 2023 16:30:25 +0200 Rapha?l Gom?s rust-dirstate: rename `has_dirstate_v2` to `use_dirstate_v2` stable
Thu, 02 Mar 2023 19:02:52 +0100 Pierre-Yves David branching: merge stable into default
Wed, 01 Mar 2023 16:48:09 +0100 Rapha?l Gom?s rhg: remember the inode of .hg/dirstate stable
Tue, 28 Feb 2023 17:58:15 +0100 Rapha?l Gom?s rust-dirstate-v2: don't write dirstate if data file has changed stable
Mon, 12 Dec 2022 17:08:12 +0100 Rapha?l Gom?s rust-dirstate: remember the data file uuid dirstate was loaded with stable
Tue, 28 Feb 2023 19:36:46 +0100 Pierre-Yves David dirstate: deal with read-race for pure rust code path (rhg) stable
Tue, 13 Dec 2022 14:51:36 +0100 Rapha?l Gom?s dirstate: add a synchronisation point in the middle of the read stable
Sat, 25 Feb 2023 01:07:44 +0100 Pierre-Yves David dirstate: add a synchronisation point before doing a full dirstate read stable
Tue, 28 Feb 2023 12:15:19 +0100 Rapha?l Gom?s rust-repo: move dirstate-v2 opening to a separate method stable
Tue, 28 Feb 2023 15:49:53 +0100 Rapha?l Gom?s dirstate-v2: add devel config option to control write behavior stable