Mercurial > hg
log
age | author | description |
---|---|---|
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 |
Mon, 25 Jan 2021 11:48:47 +0100 | Simon Sapin | rust: Make NodePrefix allocation-free and Copy, remove NodePrefixRef |
Sat, 30 Jan 2021 18:30:11 +0800 | Aay Jay Chan | churn: count lines that look like diff headers but are not |