Mercurial > public > mercurial-scm > hg-stable
diff mercurial/configitems.py @ 35017:a7e49a5b3e6f
obsolete: activate effect-flag by default
Let's activate effect-flag by default as Evolve is experimental and in order
to gather feedback from users.
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Wed, 01 Nov 2017 17:08:33 +0100 |
parents | 2a774cae3a03 |
children | 3649c3f2cd90 |
line wrap: on
line diff
--- a/mercurial/configitems.py Mon Oct 30 17:09:29 2017 +0100 +++ b/mercurial/configitems.py Wed Nov 01 17:08:33 2017 +0100 @@ -376,7 +376,7 @@ default=None, ) coreconfigitem('experimental', 'evolution.effect-flags', - default=False, + default=True, alias=[('experimental', 'effect-flags')] ) coreconfigitem('experimental', 'evolution.exchange',