log rust/hg-core/src/config/layer.rs @ 46482:39128182f04e

age author description
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