log rust/hg-core/src/revlog/revlog.rs @ 45603:be951ca95b08

age author description
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