Tue, 01 Oct 2024 13:49:11 +0200 |
Raphaël Gomès |
update: add a Rust fast-path when updating from null (and clean)
|
Mon, 30 Sep 2024 16:02:30 +0200 |
Raphaël Gomès |
rust: add `Progress` trait for progress bars
|
Tue, 16 Apr 2024 17:21:37 +0100 |
Arseniy Alekseyev |
match: simplify the rust-side file pattern kind parsing
|
Wed, 02 Aug 2023 10:46:47 -0400 |
Spencer Baugh |
rhg: support "status FILE"
|
Tue, 08 Aug 2023 11:50:26 -0400 |
Spencer Baugh |
rust: improve the type on DirsMultiset::from_manifest
|
Wed, 31 May 2023 18:18:52 +0100 |
Arseniy Alekseyev |
rust: remove an unused error variant DirstateMapError::EmptyPath
|
Fri, 06 Jan 2023 18:52:04 +0100 |
Raphaël Gomès |
rust: use `logging_timer` instead of `micro_timer`
|
Thu, 05 Jan 2023 17:15:03 +0000 |
Arseniy Alekseyev |
rhg: implement checkexec to support weird filesystems
|
Mon, 25 Jul 2022 15:39:04 +0200 |
Raphaël Gomès |
rhg-status: add support for narrow clones
|
Tue, 19 Jul 2022 15:37:45 +0200 |
Raphaël Gomès |
rhg: add sparse support
|
Tue, 08 Feb 2022 15:51:52 +0100 |
Simon Sapin |
dirstate-tree: optimize HashMap lookups with raw_entry_mut
|
Fri, 10 Dec 2021 16:25:02 +0100 |
pacien |
hg-core: dedup LazyAncestors Iterator impl
|
Mon, 22 Mar 2021 09:07:10 +0100 |
Simon Sapin |
rhg: Initial repository locking
|
Mon, 27 Sep 2021 12:09:15 +0200 |
Simon Sapin |
dirstate: Remove the flat Rust DirstateMap implementation
|
Mon, 06 Sep 2021 11:39:59 +0200 |
Simon Sapin |
rust: Move VFS code to its own module
|
Mon, 07 Jun 2021 17:27:49 +0530 |
Pulkit Goyal |
rhg: add exit code to HgError::Abort()
|
Wed, 19 May 2021 13:15:00 +0200 |
Simon Sapin |
dirstate-v2: Make more APIs fallible, returning Result
|
Mon, 12 Apr 2021 14:43:45 +0200 |
Simon Sapin |
rust: Add a Timestamp struct instead of abusing Duration
|
Tue, 30 Mar 2021 14:15:23 +0200 |
Simon Sapin |
dirstate-tree: Make Rust DirstateMap bindings go through a trait object
|
Fri, 19 Mar 2021 13:18:53 +0100 |
Simon Sapin |
rhg: Add more conversions between error types
|
Thu, 11 Feb 2021 15:51:11 +0100 |
Simon Sapin |
rust: Add a log file rotation utility
|
Thu, 28 Jan 2021 19:21:57 +0100 |
Simon Sapin |
rust: replace ToString impls with Display
|
Wed, 27 Jan 2021 14:45:25 +0100 |
Simon Sapin |
rust: use HgError in RevlogError and Vfs
|
Wed, 27 Jan 2021 14:00:21 +0100 |
Simon Sapin |
rust: Remove DirstateParseError and ListDirstateTrackedFilesError
|
Wed, 27 Jan 2021 13:41:28 +0100 |
Simon Sapin |
rust: Replace DirstatePackError with HgError
|
Wed, 27 Jan 2021 13:19:49 +0100 |
Simon Sapin |
rust: Introduce an `HgError` enum for common error cases
|
Tue, 26 Jan 2021 20:05:37 +0100 |
Simon Sapin |
rust: replace trivial `impl From …` with `#[derive(derive_more::From)]`
|
Tue, 26 Jan 2021 18:31:46 +0100 |
Simon Sapin |
rhg: centralize parsing of `--rev` CLI arguments
|
Fri, 22 Jan 2021 11:10:39 +0100 |
Dan Villiom Podlaski Christiansen |
rust: lower compile error on non-linux platforms to a warning
|
Tue, 29 Dec 2020 10:53:45 +0100 |
Raphaël Gomès |
hg-core: add basic config module
|