contrib/vagrant/README.md
author Georges Racinet <georges.racinet@octobus.net>
Wed, 22 Jan 2020 16:35:56 +0100
changeset 44256 3fb39dc2e356
parent 21874 8da01b6e7b49
permissions -rw-r--r--
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

Run Mercurial tests with Vagrant:

$ vagrant up
$ vagrant ssh -c ./run-tests.sh