Mercurial > public > mercurial-scm > hg-stable
diff mercurial/configitems.py @ 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 | b70c9697ab41 |
children | 6e559391f96e |
line wrap: on
line diff
--- a/mercurial/configitems.py Thu Feb 17 06:35:42 2022 +0100 +++ b/mercurial/configitems.py Thu Feb 17 06:41:54 2022 +0100 @@ -1279,13 +1279,13 @@ ) coreconfigitem( b'format', - b'dirstate-tracked-key', + b'use-dirstate-tracked-key', default=False, experimental=True, ) coreconfigitem( b'format', - b'dirstate-tracked-key.version', + b'use-dirstate-tracked-key.version', default=1, experimental=True, )