Mercurial > hg
log
age | author | description |
---|---|---|
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 |
Tue, 26 Jan 2021 18:31:46 +0100 | Simon Sapin | rhg: centralize parsing of `--rev` CLI arguments |
Mon, 25 Jan 2021 18:25:26 +0100 | Simon Sapin | rust: Remove hex parsing from the nodemap |