comparison hgweb.cgi @ 44181:3fb39dc2e356

rust-revlog: a trait for the revlog index As explained in the doc comment, this is the minimum needed for our immediate concern, which is to implement a nodemap in Rust. The trait will be later implemented in `hg-cpython` by the index Python object implemented in C, thanks to exposition of the corresponding functions as a capsule. The `None` return cases in `node()` match what the `index_node()` C function does. Differential Revision: https://phab.mercurial-scm.org/D7789
author Georges Racinet <georges.racinet@octobus.net>
date Wed, 22 Jan 2020 16:35:56 +0100
parents 47ef023d0165
children d58a205d0672
comparison
equal deleted inserted replaced
44180:d84420232492 44181:3fb39dc2e356