Mon, 13 Sep 2021 17:23:42 +0200 |
Simon Sapin |
rhg: Align with Python on some revset parsing corner cases
|
Wed, 02 Jun 2021 10:00:50 +0200 |
Simon Sapin |
rust: Use a maintained crate for SHA-1 hashing
|
Tue, 23 Mar 2021 19:58:49 +0530 |
Pulkit Goyal |
rhg: raise wdir specific error for `hg debugdata`
|
Wed, 03 Mar 2021 16:40:03 +0100 |
Simon Sapin |
rhg: `cat` command: print error messages for missing files
|
Wed, 27 Jan 2021 14:45:25 +0100 |
Simon Sapin |
rust: use HgError in RevlogError and Vfs
|
Tue, 26 Jan 2021 18:31:46 +0100 |
Simon Sapin |
rhg: centralize parsing of `--rev` CLI arguments
|
Mon, 25 Jan 2021 11:48:47 +0100 |
Simon Sapin |
rust: Make NodePrefix allocation-free and Copy, remove NodePrefixRef
|
Fri, 15 Jan 2021 16:11:54 +0100 |
Simon Sapin |
rust: use the bytes-cast crate to parse persistent nodemaps
|
Mon, 14 Dec 2020 16:33:15 +0100 |
Simon Sapin |
rust: introduce Repo and Vfs types for filesystem abstraction
|
Fri, 04 Dec 2020 17:27:10 +0100 |
Simon Sapin |
rhg: use persistent nodemap when available
|
Wed, 02 Dec 2020 15:00:49 +0100 |
Simon Sapin |
rust: use NodePrefix::from_hex instead of hex::decode directly
|
Mon, 30 Nov 2020 19:34:49 +0100 |
Simon Sapin |
rhg: allow specifying a changeset ID prefix
|
Mon, 28 Sep 2020 17:13:15 +0200 |
Antoine cezar |
hg-core: fix path encoding usage
|
Mon, 28 Sep 2020 16:52:35 +0200 |
Antoine cezar |
hg-core: use `.or(Err(Error))` not `.map_err(|_| Error)` (D9100#inline-15067)
|
Mon, 28 Sep 2020 15:21:56 +0200 |
Antoine cezar |
hg-core: return Err if `offset != bytes.len()`
|
Mon, 28 Sep 2020 15:13:51 +0200 |
Antoine cezar |
hg-core: make `Index` owner of its bytes (D8958#inline-14994 followup 1/2)
|
Mon, 28 Sep 2020 14:06:23 +0200 |
Antoine cezar |
hg-core: return `Err` on decompression error (D8958#inline-15004 followup)
|
Fri, 18 Sep 2020 16:52:16 +0200 |
Antoine Cezar |
hg-core: add a `ListRevTrackedFiles` operation
|
Fri, 18 Sep 2020 16:52:08 +0200 |
Antoine Cezar |
hg-core: add `Revlog.get_node_rev`
|
Wed, 02 Sep 2020 15:23:25 +0200 |
Antoine Cezar |
hg-core: check data integrity in `Revlog`
|
Fri, 04 Sep 2020 11:55:07 +0200 |
Antoine Cezar |
hg-core: Add a limited read only `revlog` implementation
|