rust/rhg/src/error.rs
Tue, 19 Jul 2022 17:07:09 +0200 Raphaël Gomès rust: add support for hints in error messages
Tue, 19 Jul 2022 15:37:45 +0200 Raphaël Gomès rhg: add sparse support
Thu, 05 May 2022 15:38:29 +0100 Arseniy Alekseyev censor: make rhg fall back to python when encountering a censored node
Tue, 19 Apr 2022 12:27:40 +0200 Raphaël Gomès rhg: use `Command::exec` instead of `Command::status` stable
Thu, 08 Jul 2021 12:18:21 +0200 Simon Sapin dirstate-v2: Introduce a docket file
Mon, 07 Jun 2021 17:29:32 +0530 Pulkit Goyal rhg: propogate error coming from HgError::Abort to CommandError
Mon, 07 Jun 2021 17:27:49 +0530 Pulkit Goyal rhg: add exit code to HgError::Abort()
Tue, 23 Mar 2021 19:58:49 +0530 Pulkit Goyal rhg: raise wdir specific error for `hg debugdata`
Sat, 20 Mar 2021 02:03:57 +0530 Pulkit Goyal rhg: add support for detailed exit code for ConfigParseError
Fri, 19 Mar 2021 13:18:53 +0100 Simon Sapin rhg: Add more conversions between error types
Wed, 03 Mar 2021 16:40:03 +0100 Simon Sapin rhg: `cat` command: print error messages for missing files
Thu, 04 Mar 2021 13:30:20 +0100 Simon Sapin rhg: Align with Python on some more error messages
Wed, 03 Mar 2021 19:47:48 +0100 Simon Sapin rhg: Align config file parse error formatting with Python
Mon, 01 Mar 2021 16:18:42 +0100 Simon Sapin rhg: Add a `rhg.on-unsupported` configuration key
Mon, 15 Feb 2021 20:13:09 +0100 Simon Sapin rhg: Move `Repo` object creation into `main()`
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