log rust/hg-cpython/src/vfs.rs @ 52298:645d247d4c75

age author description
Tue, 29 Oct 2024 12:03:55 +0100 Raphaël Gomès rust-vfs: rename `open` to `open_write` and `open_read` to `open`
Thu, 10 Oct 2024 15:54:45 +0200 Raphaël Gomès rust-vfs: support checkambig
Tue, 08 Oct 2024 16:10:30 +0200 Raphaël Gomès rust-vfs: add tests to `AtomicFile`
Mon, 29 Jul 2024 20:39:34 +0200 Raphaël Gomès revlog: add glue to use a pure-Rust VFS
Mon, 29 Jul 2024 20:47:43 +0200 Raphaël Gomès hg-core: add a complete VFS
Wed, 19 Jun 2024 19:10:49 +0200 Raphaël Gomès revlog: add the glue to use the Rust `InnerRevlog` from Python