Mercurial > hg
comparison mercurial/helptext/config.txt @ 48792:8bbb1abb9d19
tracked-file: rename the format option to use `use-`
This is more consistent with the other options.
Differential Revision: https://phab.mercurial-scm.org/D12200
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 17 Feb 2022 06:41:54 +0100 |
parents | 79a967128055 |
children | 6e559391f96e |
comparison
equal
deleted
inserted
replaced
48791:1af95465961a | 48792:8bbb1abb9d19 |
---|---|
942 --config format.use-dirstate-v2=False \ | 942 --config format.use-dirstate-v2=False \ |
943 --config storage.dirstate-v2.slow-path=allow | 943 --config storage.dirstate-v2.slow-path=allow |
944 | 944 |
945 For a more comprehensive guide, see :hg:`help internals.dirstate-v2`. | 945 For a more comprehensive guide, see :hg:`help internals.dirstate-v2`. |
946 | 946 |
947 ``dirstate-tracked-key`` | 947 ``use-dirstate-tracked-key`` |
948 Enable or disable the writing of "tracked key" file alongside the dirstate. | 948 Enable or disable the writing of "tracked key" file alongside the dirstate. |
949 (default to disabled) | 949 (default to disabled) |
950 | 950 |
951 That "tracked-key" can help external automations to detect changes to the | 951 That "tracked-key" can help external automations to detect changes to the |
952 set of tracked files. | 952 set of tracked files. |