log rust/rhg/src/ui.rs @ 46387:c41ac8985fe4

age author description
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`