comparison rust/README.rst @ 44885:1537ce87e3ba

rust: remove one more occurrence of re2 Differential Revision: https://phab.mercurial-scm.org/D8601
author Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>
date Sat, 30 May 2020 10:19:53 -0400
parents 9f96beb9bafe
children 69d3ce00df99
comparison
equal deleted inserted replaced
44884:d044b66d8429 44885:1537ce87e3ba
25 $ make PURE=--rust local # to use ./hg 25 $ make PURE=--rust local # to use ./hg
26 $ ./tests/run-tests.py --rust # to run all tests 26 $ ./tests/run-tests.py --rust # to run all tests
27 $ ./hg debuginstall | grep -i rust # to validate rust is in use 27 $ ./hg debuginstall | grep -i rust # to validate rust is in use
28 checking Rust extensions (installed) 28 checking Rust extensions (installed)
29 checking module policy (rust+c-allow) 29 checking module policy (rust+c-allow)
30 checking "re2" regexp engine Rust bindings (installed)
31
32 30
33 If the environment variable ``HGWITHRUSTEXT=cpython`` is set, the Rust 31 If the environment variable ``HGWITHRUSTEXT=cpython`` is set, the Rust
34 extension will be used by default unless ``--no-rust``. 32 extension will be used by default unless ``--no-rust``.
35 33
36 One day we may use this environment variable to switch to new experimental 34 One day we may use this environment variable to switch to new experimental