Mercurial > public > mercurial-scm > hg-stable
diff tests/test-uncommit.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 | 98f97eb20597 |
line wrap: on
line diff
--- a/tests/test-uncommit.t Thu Sep 28 18:19:06 2017 +0100 +++ b/tests/test-uncommit.t Thu Sep 28 18:56:40 2017 +0100 @@ -2,8 +2,8 @@ $ cat >> $HGRCPATH <<EOF > [experimental] - > evolution=allowunstable > evolution.createmarkers=True + > evolution.allowunstable=True > [extensions] > uncommit = > drawdag=$TESTDIR/drawdag.py