rust/Cargo.toml
author Boris Feld <boris.feld@octobus.net>
Fri, 09 Nov 2018 18:45:23 +0100
changeset 40706 0650be877a37
parent 40272 a36c5e23c055
child 40964 98a0fbda8739
permissions -rw-r--r--
sparse-revlog: add a `trim_endidx` function in C We are about to implement a native version of `slicechunktodensity`. For clarity, we introduce the helper functions first. This function implement a subpart of the python function `_trimchunk` in `mercurial/revlogutils/deltas.py`. Handling of actual Python objects is left to the caller function.

[workspace]
members = ["hgcli", "hg-core", "hg-direct-ffi"]
exclude = ["chg"]