changeset 34827 | 96802496ecc0 |
parent 34826 | 18a3274ed675 |
child 34828 | 46610c851216 |
--- a/mercurial/configitems.py Sun Oct 08 20:37:13 2017 +0200 +++ b/mercurial/configitems.py Sun Oct 08 22:22:27 2017 +0200 @@ -348,6 +348,9 @@ coreconfigitem('experimental', 'nonnormalparanoidcheck', default=False, ) +coreconfigitem('experimental', 'effect-flags', + default=False, +) coreconfigitem('experimental', 'stabilization', default=list, alias=[('experimental', 'evolution')],