log rust/rhg/src/ui.rs @ 48770:f19be290756a

age author description
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 12:52:25 +0100 Simon Sapin rhg: Make Ui::new falliable, add Ui::new_infallible
Thu, 10 Feb 2022 12:12:56 +0100 Simon Sapin rhg: Pass a &Config to Ui::new
Thu, 10 Feb 2022 11:58:04 +0100 Simon Sapin rhg: Add support for HGPLAINEXPECT
Sat, 18 Dec 2021 11:47:03 +0100 Simon Sapin rhg: Fall back to Python if verbose status is requested by config
Fri, 25 Jun 2021 15:00:08 +0530 Pulkit Goyal rhg: add ui.plain() and check it before showing relative paths in status
Fri, 12 Feb 2021 16:54:30 +0100 Simon Sapin rhg: Remove error message on unsupported CLI arguments
Thu, 26 Nov 2020 09:54:16 +0100 Raphaël Gomès rhg: use `format_bytes!` for error messages
Wed, 09 Sep 2020 12:07:05 +0200 Antoine Cezar rhg: add a `DebugData` `Command` to prepare the `rhg debugdata` subcommand
Mon, 17 Aug 2020 16:55:43 +0200 Antoine Cezar rhg: print error message when argument parsing fails
Thu, 13 Aug 2020 16:36:42 +0200 Antoine Cezar rhg: fix `clippy` warnings
Fri, 24 Jul 2020 10:34:04 +0200 Antoine Cezar rhg: handle broken pipe error for stderr
Fri, 24 Jul 2020 17:24:10 +0200 Antoine Cezar rhg: extract function handle_stdout_error
Wed, 29 Jul 2020 10:26:17 +0200 Antoine Cezar rhg: add buffered stdout writing possibility
Fri, 05 Jun 2020 09:01:35 +0200 Antoine Cezar rhg: add RootCommand using hg-core FindRoot operation to prepare `hg root`