changeset 47277 | ed0d54b20c5b |
parent 47270 | 25ce16bf724b |
child 47381 | 8aa3968c6d44 |
--- a/mercurial/configitems.py Fri Apr 16 00:16:43 2021 +0200 +++ b/mercurial/configitems.py Wed May 19 13:14:59 2021 +0200 @@ -1303,6 +1303,14 @@ experimental=True, ) coreconfigitem( + # Enable this dirstate format *when creating a new repository*. + # Which format to use for existing repos is controlled by .hg/requires + b'format', + b'exp-dirstate-v2', + default=False, + experimental=True, +) +coreconfigitem( b'format', b'dotencode', default=True,