rust/rhg/src/error.rs
Fri, 12 Feb 2021 16:54:30 +0100 Simon Sapin rhg: Remove error message on unsupported CLI arguments
Mon, 08 Feb 2021 21:37:30 +0100 Simon Sapin rhg: Add support for -R and --repository command-line arguments
Mon, 08 Feb 2021 11:13:56 +0100 Simon Sapin rust: Use the DisplayBytes trait in config printing
Thu, 04 Feb 2021 15:04:53 +0100 Simon Sapin rhg: Parse per-repository configuration
Thu, 04 Feb 2021 13:17:55 +0100 Simon Sapin rhg: Parse system and user configuration at program start
Thu, 28 Jan 2021 20:31:42 +0100 Simon Sapin rust: Fold find_root and check_requirements into Repo::find
Thu, 28 Jan 2021 19:13:55 +0100 Simon Sapin rhg: Simplify CommandError based on its use
Wed, 27 Jan 2021 14:45:25 +0100 Simon Sapin rust: use HgError in RevlogError and Vfs
Wed, 27 Jan 2021 14:59:09 +0100 Simon Sapin rust: replace RequirementsError with HgError
Wed, 27 Jan 2021 15:04:51 +0100 Simon Sapin rhg: Print an error message in more cases
Wed, 27 Jan 2021 14:00:21 +0100 Simon Sapin rust: Remove DirstateParseError and ListDirstateTrackedFilesError
Tue, 26 Jan 2021 20:42:36 +0100 Simon Sapin rust: remove three enums that were identical to `RevlogError`
Tue, 26 Jan 2021 20:31:26 +0100 Simon Sapin rhg: replace `map_*_error` functions with `From` impls
Tue, 26 Jan 2021 20:05:37 +0100 Simon Sapin rust: replace trivial `impl From …` with `#[derive(derive_more::From)]`
Tue, 26 Jan 2021 19:07:24 +0100 Simon Sapin rust: remove `FooError` structs with only `kind: FooErrorKind` enum field
Thu, 26 Nov 2020 09:54:16 +0100 Raphaël Gomès rhg: use `format_bytes!` for error messages
Tue, 24 Nov 2020 18:52:38 +0100 Simon Sapin rhg: exit with relevant code for unsupported requirements
Tue, 24 Nov 2020 17:49:16 +0100 Simon Sapin requirements: move loading to hg-core and add parsing
Tue, 24 Nov 2020 15:11:58 +0100 Simon Sapin rhg: add a `debugrequirements` subcommand
Tue, 15 Sep 2020 16:51:11 +0200 Antoine Cezar rhg: add a limited `rhg cat -r` subcommand
Thu, 13 Aug 2020 16:36:42 +0200 Antoine Cezar rhg: fix `clippy` warnings
Wed, 29 Jul 2020 10:21:17 +0200 Antoine Cezar rhg: add a `Files` `Command` to prepare the `rhg files` subcommand
Wed, 29 Jul 2020 15:49:44 +0200 Antoine Cezar rhg: simplify `FindRootError` handling
Mon, 20 Jul 2020 18:14:52 +0200 Antoine Cezar rhg: ask the error message from `CommandError`
Tue, 21 Jul 2020 10:39:30 +0200 Antoine Cezar rhg: Do not return error when when we really mean ok in commands
Fri, 05 Jun 2020 09:01:35 +0200 Antoine Cezar rhg: add RootCommand using hg-core FindRoot operation to prepare `hg root`
Mon, 22 Jun 2020 15:19:35 +0530 Antoine Cezar rhg: add Command trait for subcommands implemented by rhg
less more (0) tip