log rust/hg-core/src/repo.rs @ 46555:d8730ff51d5a

age author description
Mon, 08 Feb 2021 21:37:30 +0100 Simon Sapin rhg: Add support for -R and --repository command-line arguments
Thu, 04 Feb 2021 15:04:53 +0100 Simon Sapin rhg: Parse per-repository configuration
Thu, 04 Feb 2021 14:29:47 +0100 Simon Sapin rhg: Abort based on config on share-safe mismatch
Thu, 04 Feb 2021 13:17:55 +0100 Simon Sapin rhg: Parse system and user configuration at program start
Mon, 01 Feb 2021 11:41:10 +0100 Simon Sapin rhg: add support for share-safe
Thu, 14 Jan 2021 13:04:12 +0100 Simon Sapin rhg: initial support for shared repositories
Thu, 28 Jan 2021 20:31:42 +0100 Simon Sapin rust: Fold find_root and check_requirements into Repo::find
Wed, 27 Jan 2021 14:45:25 +0100 Simon Sapin rust: use HgError in RevlogError and Vfs
Wed, 27 Jan 2021 14:59:09 +0100 Simon Sapin rust: replace RequirementsError with HgError
Mon, 14 Dec 2020 16:33:15 +0100 Simon Sapin rust: introduce Repo and Vfs types for filesystem abstraction