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