diff tests/test-rebase-obsolete.t @ 34867:7f183c643eb6

config: use 'experimental.evolution.allowunstable' Extract 'experimental.evolution' = allowunstable as 'experimental.evolution.allowunstable'. We keep the new option in the 'experimental.evolution' namespace in order to stay coherent with other options ('experimental.evolution.bundle-obsmarker' and 'experimental.evolution.track-operation') ease the renaming as possibly 'evolution.allowunstable'. Differential Revision: https://phab.mercurial-scm.org/D1150
author Boris Feld <boris.feld@octobus.net>
date Thu, 28 Sep 2017 18:56:40 +0100
parents 1644623ab096
children 64f29fff1877
line wrap: on
line diff
--- a/tests/test-rebase-obsolete.t	Thu Sep 28 18:19:06 2017 +0100
+++ b/tests/test-rebase-obsolete.t	Thu Sep 28 18:56:40 2017 +0100
@@ -8,8 +8,8 @@
   > [ui]
   > logtemplate= {rev}:{node|short} {desc|firstline}
   > [experimental]
-  > evolution=allowunstable
   > evolution.createmarkers=True
+  > evolution.allowunstable=True
   > [phases]
   > publish=False
   > [extensions]