log rust/rhg/src/main.rs @ 50764:8ff187fbbfea

age author description
Mon, 13 Feb 2023 18:11:48 +0100 Raphaël Gomès rust-config: add config getters that don't fall back to defaults
Thu, 23 Mar 2023 19:10:15 +0100 Raphaël Gomès rust: fix thread cap (for real this time) stable
Mon, 09 Jan 2023 19:32:35 +0100 Raphaël Gomès rust-clippy: fix remaining warnings in `rhg`
Mon, 09 Jan 2023 17:40:03 +0100 Raphaël Gomès rust: run `cargo clippy`
Tue, 15 Nov 2022 00:02:43 +0100 Raphaël Gomès rhg: upgrade `clap` dependency
Thu, 03 Nov 2022 16:30:35 +0100 Raphaël Gomès rhg: add a config option to fall back immediately stable
Thu, 03 Nov 2022 15:57:37 +0100 Raphaël Gomès rhg: stop shadowing `exit` function stable
Thu, 22 Sep 2022 18:44:28 -0400 Arseniy Alekseyev rhg: share some code
Tue, 20 Sep 2022 18:28:25 -0400 Arseniy Alekseyev rhg: support tweakdefaults
Thu, 22 Sep 2022 17:16:54 -0400 Arseniy Alekseyev rhg: centralize PlainInfo
Tue, 20 Sep 2022 18:16:50 -0400 Arseniy Alekseyev rhg: central treatment of PLAIN and PLAINEXCEPT
Tue, 04 Oct 2022 10:56:27 +0200 Raphaël Gomès branching: merge stable into default
Thu, 22 Sep 2022 16:05:22 -0400 Arseniy Alekseyev rhg: fix bugs around [use-dirstate-tracked-hint] and repo auto-upgrade stable
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:09 +0200 Raphaël Gomès rhg: add debugrhgsparse command to help figure out bugs in rhg
Tue, 12 Jul 2022 10:15:52 +0200 Raphaël Gomès rhg: don't fallback if `strip` or `rebase` are activated
Mon, 11 Jul 2022 17:27:39 +0200 Raphaël Gomès rhg: support "!" syntax for disabling extensions
Tue, 22 Mar 2022 14:14:52 +0100 Pierre-Yves David auto-upgrade: introduce a way to auto-upgrade to/from dirstate-v2
Tue, 05 Apr 2022 05:20:05 +0200 Pierre-Yves David auto-upgrade: introduce a way to auto-upgrade to/from tracked-hint
Tue, 05 Apr 2022 05:19:47 +0200 Pierre-Yves David auto-upgrade: introduce a way to auto-upgrade to/from share-safe
Wed, 04 May 2022 18:17:44 +0200 Raphaël Gomès branching: merge stable into default
Tue, 19 Apr 2022 12:27:40 +0200 Raphaël Gomès rhg: use `Command::exec` instead of `Command::status` stable
Tue, 12 Apr 2022 20:01:49 +0100 Arseniy Alekseyev rhg: refactor to pass argv down, instead of caling args_os()
Sat, 19 Mar 2022 15:44:38 +0100 Raphaël Gomès rhg: sort unsupported extensions in error message
Fri, 18 Mar 2022 17:39:06 +0100 Raphaël Gomès rhg: add support for ignoring all extensions
Fri, 26 Nov 2021 15:38:04 +0100 Raphaël Gomès rhg: signal when falling back in logs
Tue, 08 Feb 2022 14:20:58 +0100 Simon Sapin rhg: Colorize `rhg status` output when appropriate
Thu, 10 Feb 2022 12:59:32 +0100 Simon Sapin rhg: Add support for colored output
Thu, 10 Feb 2022 13:56:43 +0100 Simon Sapin rhg: Add parsing for the --color global CLI argument
Thu, 10 Feb 2022 12:52:25 +0100 Simon Sapin rhg: Make Ui::new falliable, add Ui::new_infallible