log rust/rhg/src/main.rs @ 45923:ead435aa5294

age author description
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
Wed, 09 Sep 2020 14:53:15 +0200 Antoine Cezar rhg: add `--revision` argument to `rhg files`
Wed, 23 Sep 2020 12:26:16 +0200 Antoine Cezar rhg: Add debug timing
Mon, 17 Aug 2020 16:56:39 +0200 Antoine Cezar rhg: add a limited `rhg debugdata` subcommand
Mon, 17 Aug 2020 16:55:43 +0200 Antoine Cezar rhg: print error message when argument parsing fails
Tue, 04 Aug 2020 16:11:23 +0200 Antoine Cezar rhg: pass `ui` to `Command` `run`
Fri, 17 Jul 2020 17:24:54 +0200 Antoine Cezar rhg: add a limited `rhg files` subcommand
Mon, 20 Jul 2020 18:14:52 +0200 Antoine Cezar rhg: ask the error message from `CommandError`
Tue, 07 Jul 2020 14:05:15 +0530 Antoine Cezar rhg: add a limited `rhg root` subcommand
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
Fri, 05 Jun 2020 10:28:58 +0200 Antoine Cezar rhg: add rhg crate