Mercurial > public > mercurial-scm > hg
diff tests/test-amend.t @ 34866:1644623ab096
config: use 'experimental.evolution.create-markers'
Extract 'experimental.evolution' = createmarkers as
'experimental.evolution.createmarkers'.
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.createmarkers'.
Differential Revision: https://phab.mercurial-scm.org/D1149
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Thu, 28 Sep 2017 18:19:06 +0100 |
parents | 530b7361e3a9 |
children | 7f183c643eb6 |
line wrap: on
line diff
--- a/tests/test-amend.t Tue Oct 17 11:29:26 2017 +0200 +++ b/tests/test-amend.t Thu Sep 28 18:19:06 2017 +0100 @@ -11,7 +11,7 @@ #if obsstore-on $ cat << EOF >> $HGRCPATH > [experimental] - > stabilization=createmarkers + > evolution.createmarkers=True > EOF #endif @@ -180,7 +180,8 @@ $ cat >> $HGRCPATH <<EOF > [experimental] - > stabilization=createmarkers, allowunstable + > evolution=allowunstable + > evolution.createmarkers=True > EOF $ hg amend