Mercurial > hg
log
age | author | description |
---|---|---|
Wed, 27 Jan 2021 13:41:28 +0100 | Simon Sapin | rust: Replace DirstatePackError with HgError |
Wed, 27 Jan 2021 13:19:49 +0100 | Simon Sapin | rust: Introduce an `HgError` enum for common error cases |
Tue, 26 Jan 2021 20:42:36 +0100 | Simon Sapin | rust: remove three enums that were identical to `RevlogError` |
Tue, 26 Jan 2021 20:31:26 +0100 | Simon Sapin | rhg: replace `map_*_error` functions with `From` impls |
Tue, 26 Jan 2021 20:05:37 +0100 | Simon Sapin | rust: replace trivial `impl From …` with `#[derive(derive_more::From)]` |
Tue, 26 Jan 2021 19:07:24 +0100 | Simon Sapin | rust: remove `FooError` structs with only `kind: FooErrorKind` enum field |