comparison mercurial/configitems.py @ 47095:473abf4728bf

dirstate-tree: Empty shell for a second Rust DirstateMap implementation For background see description of the previous changeset "Make Rust DirstateMap bindings go through a trait object". Add an empty shell for a opt-in second Rust implementation of the `DirstateMap` type and the `status` function. For now all methods panic. This can be seen in "action" with: ./hg status --config experimental.dirstate-tree.in-memory=1 Differential Revision: https://phab.mercurial-scm.org/D10364
author Simon Sapin <simon.sapin@octobus.net>
date Tue, 30 Mar 2021 09:56:04 +0200
parents 08e26ef4ad35
children 4039cad0d8ff
comparison
equal deleted inserted replaced
47094:e061a1df32a8 47095:473abf4728bf
957 b'directaccess.revnums', 957 b'directaccess.revnums',
958 default=False, 958 default=False,
959 ) 959 )
960 coreconfigitem( 960 coreconfigitem(
961 b'experimental', 961 b'experimental',
962 b'dirstate-tree.in-memory',
963 default=False,
964 )
965 coreconfigitem(
966 b'experimental',
962 b'editortmpinhg', 967 b'editortmpinhg',
963 default=False, 968 default=False,
964 ) 969 )
965 coreconfigitem( 970 coreconfigitem(
966 b'experimental', 971 b'experimental',