comparison tests/test-status-tracked-key.t @ 48771:79a967128055

dirstate-tracked-key: update the config value to match latest discussion Special cases are not special enough, we align the option name on the other. The `version` value is undocumented for now as it can only have a single value. It is supported in the code to properly detect and abort if more value are introduced in the future value. Differential Revision: https://phab.mercurial-scm.org/D12184
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 15 Feb 2022 05:20:46 +0100
parents 568f63b5a30f
children 5ba24e886cec
comparison
equal deleted inserted replaced
48770:f19be290756a 48771:79a967128055
7 7
8 basic setup 8 basic setup
9 9
10 $ cat << EOF >> $HGRCPATH 10 $ cat << EOF >> $HGRCPATH
11 > [format] 11 > [format]
12 > exp-dirstate-tracked-key-version=1 12 > dirstate-tracked-key=yes
13 > EOF 13 > EOF
14 14
15 $ hg init tracked-key-test 15 $ hg init tracked-key-test
16 $ cd tracked-key-test 16 $ cd tracked-key-test
17 $ hg debugbuilddag '.+10' -n 17 $ hg debugbuilddag '.+10' -n