D7660: rust-index: add a `experimental.rust.index` option to use the wrapper

mharbison72 (Matt Harbison) phabricator at mercurial-scm.org
Wed Jan 8 20:30:18 EST 2020


mharbison72 added inline comments.

INLINE COMMENTS

> localrepo.py:930
>  
> +    if ui.configbool('experimental', 'rust.index'):
> +        options[b'rust.index'] = True

This needs bytes if someone with write access wants to rewrite it before it gets too deep.  Alternately, I submitted D7817 <https://phab.mercurial-scm.org/D7817>.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D7660/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D7660

To: marmoute, indygreg, #hg-reviewers, Alphare
Cc: mharbison72, mercurial-devel


More information about the Mercurial-devel mailing list