log rust/hg-cpython/src/revlog.rs @ 44507:857cc79247ac

age author description
Wed, 12 Feb 2020 10:33:55 +0100 Raphaël Gomès rust-nodemap: use proper Index API instead of using the C API
Tue, 11 Feb 2020 16:30:28 +0100 Georges Racinet rust-nodemap: add utils for propagating errors
Mon, 13 Jan 2020 19:56:16 +0100 Georges Racinet rust-index: moved constructor in separate impl block
Wed, 08 Jan 2020 14:37:54 -0500 Augie Fackler revlog: run rustfmt nightly
Thu, 12 Dec 2019 03:39:14 +0100 Georges Racinet rust-index: expose a method to retrieve the C index
Thu, 12 Dec 2019 18:11:44 +0100 Pierre-Yves David rust-index: handle `MixedIndex` in `pyindex_to_graph`
Fri, 13 Dec 2019 19:52:26 +0100 Georges Racinet rust-index: make it possible to clone the struct referencing the C index
Mon, 23 Dec 2019 10:02:50 -0800 Georges Racinet rust-index: add a struct wrapping the C index
Fri, 13 Dec 2019 19:59:59 +0100 Pierre-Yves David rust-index: add a function to convert PyObject index for hg-core