log rust/hg-core/src/config/config.rs @ 49514:e37416d432e9

age author description
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
Thu, 10 Feb 2022 19:26:10 +0100 Simon Sapin rhg: enable `rhg status` by default, without config or env opt-in
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:12:56 +0100 Simon Sapin rhg: Pass a &Config to Ui::new
Fri, 10 Dec 2021 14:27:00 +0100 Simon Sapin rhg: Add support for ui.ignore and ui.ignore.* config
Fri, 26 Nov 2021 15:05:58 +0100 Raphaël Gomès rust: add function to check if an extension is enabled
Tue, 09 Nov 2021 19:09:57 +0100 Simon Sapin rhg: [encode] and [decode] config sections are not supported
Tue, 09 Nov 2021 19:55:46 +0100 Simon Sapin rhg: Enable `rhg status` in most tests
Fri, 03 Sep 2021 16:32:35 +0200 Simon Sapin rhg: Switch rhg.ignored-extensions config to Python-compatible list syntax
Wed, 17 Feb 2021 20:49:53 +0100 Simon Sapin rhg: Port Python’s `ui.configlist` as `Config::get_list`
Mon, 07 Jun 2021 17:19:46 +0530 Pulkit Goyal rhg: split non_repo_config and `--config` loading in different functions
Fri, 16 Apr 2021 01:18:28 +0200 Pierre-Yves David parselist: move the function from config to stringutil