rust/hg-core/src/config/config.rs
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
Fri, 19 Mar 2021 13:18:53 +0100 Simon Sapin rhg: Add more conversions between error types
Mon, 08 Mar 2021 08:55:48 +0100 Simon Sapin rhg: Add support for the HGRCSKIPREPO environment variable
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 20:02:07 +0100 Simon Sapin rhg: Sort config files when adding a directory
Fri, 12 Mar 2021 18:45:32 +0100 Simon Sapin rhg: Add environment variables for fallback configuration
Wed, 17 Feb 2021 20:24:04 +0100 Simon Sapin rust: Move config value parsing functions to a new module
Thu, 11 Feb 2021 15:51:11 +0100 Simon Sapin rust: Add a log file rotation utility
Tue, 16 Feb 2021 15:22:20 +0100 Simon Sapin rust: Add a `ConfigValueParseError` variant to common errors
Tue, 16 Feb 2021 13:55:31 +0100 Simon Sapin rust: Add config parsing support for more value types
Wed, 17 Feb 2021 11:21:34 +0100 Simon Sapin rust: Introduce a get_bytes_from_os_str utility function
Mon, 08 Feb 2021 23:08:44 +0100 Simon Sapin rhg: Add support for --config CLI arguments
Mon, 08 Feb 2021 11:13:56 +0100 Simon Sapin rust: Use the DisplayBytes trait in config printing
Thu, 04 Feb 2021 15:04:53 +0100 Simon Sapin rhg: Parse per-repository configuration
Thu, 04 Feb 2021 13:16:21 +0100 Simon Sapin rust: Parse system and user configuration
Mon, 01 Feb 2021 12:25:53 +0100 Simon Sapin rust: replace read_whole_file with std::fs::read
Mon, 01 Feb 2021 12:55:31 +0100 Simon Sapin rust: use HgError in ConfigError
Thu, 28 Jan 2021 20:31:42 +0100 Simon Sapin rust: Fold find_root and check_requirements into Repo::find
Tue, 29 Dec 2020 10:53:45 +0100 Raphaël Gomès hg-core: add basic config module
less more (0) tip