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
|
Fri, 10 Dec 2021 14:27:00 +0100 |
Simon Sapin |
rhg: Add support for ui.ignore and ui.ignore.* config
|
Tue, 09 Nov 2021 19:09:57 +0100 |
Simon Sapin |
rhg: [encode] and [decode] config sections are not supported
|
Mon, 07 Jun 2021 17:27:49 +0530 |
Pulkit Goyal |
rhg: add exit code to HgError::Abort()
|
Mon, 08 Mar 2021 19:07:29 +0100 |
Simon Sapin |
rhg: Silently ignore missing files in config %include
|
Mon, 08 Mar 2021 15:35:32 +0100 |
Simon Sapin |
rhg: Add support for environment variables in config include paths
|
Thu, 04 Mar 2021 13:30:20 +0100 |
Simon Sapin |
rhg: Align with Python on some more error messages
|
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 18:40:17 +0100 |
Simon Sapin |
rhg: Align "malformed --config" error message with Python
|
Thu, 11 Feb 2021 15:51:11 +0100 |
Simon Sapin |
rust: Add a log file rotation utility
|
Mon, 08 Feb 2021 23:41:58 +0100 |
Simon Sapin |
rhg: add limited support for the `config` sub-command
|
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 13:32:00 +0100 |
Simon Sapin |
rust: Remove unnecessary check for absolute path before joining
|
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
|
Tue, 26 Jan 2021 20:05:37 +0100 |
Simon Sapin |
rust: replace trivial `impl From …` with `#[derive(derive_more::From)]`
|
Tue, 29 Dec 2020 10:53:45 +0100 |
Raphaël Gomès |
hg-core: add basic config module
|