log rust/rhg/src/main.rs @ 48730:1aaf11e35aec

age author description
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
Tue, 09 Nov 2021 18:17:52 +0100 Simon Sapin rhg: Sub-repositories are not supported
Tue, 07 Dec 2021 12:34:58 +0100 Raphaël Gomès rhg: support the new extension suboptions syntax
Fri, 26 Nov 2021 15:07:59 +0100 Raphaël Gomès rhg: don't run `blackbox` if not activated
Tue, 16 Nov 2021 11:53:58 +0000 Arseniy Alekseyev rhg: add support for narrow clones and sparse checkouts
Mon, 29 Nov 2021 14:07:47 +0000 Arseniy Alekseyev rhg: implement the debugignorerhg subcommand
Thu, 11 Nov 2021 14:26:25 +0000 Arseniy Alekseyev rhg: only complain about poorly configured fallback when falling back
Tue, 09 Nov 2021 19:28:13 +0100 Simon Sapin rhg: Colored output is not supported
Tue, 09 Nov 2021 19:09:57 +0100 Simon Sapin rhg: [encode] and [decode] config sections are not supported
Tue, 09 Nov 2021 17:09:40 +0100 Simon Sapin rhg: $HG_PENDING is not supported
Tue, 05 Oct 2021 18:02:22 +0530 Pulkit Goyal rhg: refactor function to relativize paths in utils
Mon, 13 Sep 2021 15:12:35 +0200 Raphaël Gomès rhg: fall back if subrepos are detected
Wed, 01 Sep 2021 18:09:35 +0200 Raphaël Gomès rhg: fallback if `defaults` config is set for the current command
Wed, 01 Sep 2021 17:41:51 +0200 Raphaël Gomès rhg: fallback if the current command has any generic hook defined
Fri, 03 Sep 2021 16:32:35 +0200 Simon Sapin rhg: Switch rhg.ignored-extensions config to Python-compatible list syntax
Mon, 07 Jun 2021 17:27:49 +0530 Pulkit Goyal rhg: add exit code to HgError::Abort()
Mon, 07 Jun 2021 17:19:46 +0530 Pulkit Goyal rhg: split non_repo_config and `--config` loading in different functions
Mon, 24 May 2021 16:27:54 +0530 Pulkit Goyal rhg: look for repository in ancestors also instead of cwd only
Sun, 11 Apr 2021 00:50:10 +0530 Pulkit Goyal rhg: read [paths] for `--repository` value
Tue, 16 Mar 2021 15:12:03 +0100 Georges Racinet rhg: Initial support for the 'status' command
Sat, 20 Mar 2021 02:03:57 +0530 Pulkit Goyal rhg: add support for detailed exit code for ConfigParseError
Fri, 12 Mar 2021 21:44:07 +0100 Simon Sapin rhg: Remove `rhg.fallback-executable=hg` default configuration
Mon, 08 Mar 2021 20:04:20 +0100 Simon Sapin rhg: Fall back to Python for --version
Wed, 03 Mar 2021 16:40:03 +0100 Simon Sapin rhg: `cat` command: print error messages for missing files
Fri, 05 Mar 2021 11:21:15 +0100 Simon Sapin rhg: Add support for --cwd
Fri, 12 Mar 2021 22:38:40 +0100 Simon Sapin rhg: Add an allow-list of ignored extensions
Thu, 04 Mar 2021 10:58:43 +0100 Simon Sapin rhg: Fall back to Python if unsupported extensions are enabled
Wed, 03 Mar 2021 19:47:48 +0100 Simon Sapin rhg: Align config file parse error formatting with Python
Wed, 03 Mar 2021 19:02:06 +0100 Simon Sapin rhg: Fall back to Python on --repository with an URL