Mercurial > hg
log
age | author | description |
---|---|---|
Tue, 16 Feb 2021 15:22:20 +0100 | Simon Sapin | rust: Add a `ConfigValueParseError` variant to common errors |
Tue, 16 Feb 2021 13:55:31 +0100 | Simon Sapin | rust: Add config parsing support for more value types |
Wed, 17 Feb 2021 11:21:34 +0100 | Simon Sapin | rust: Introduce a get_bytes_from_os_str utility function |
Wed, 17 Feb 2021 12:24:53 +0100 | Simon Sapin | rust: Make `DirstateParents`’s fields typed `Node`s |
Wed, 17 Feb 2021 12:06:56 +0100 | Simon Sapin | rust: Rewrite dirstate parsing usin the `bytes-cast` crate |
Mon, 15 Feb 2021 20:13:09 +0100 | Simon Sapin | rhg: Move `Repo` object creation into `main()` |
Mon, 15 Feb 2021 20:05:32 +0100 | Simon Sapin | rhg: Group values passed to every sub-command into a struct |