Mercurial > public > mercurial-scm > hg
diff tests/test-log.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 | 5c122b410706 |
children | 2af38229f147 |
line wrap: on
line diff
--- a/tests/test-log.t Tue Oct 17 11:29:26 2017 +0200 +++ b/tests/test-log.t Thu Sep 28 18:19:06 2017 +0100 @@ -1702,7 +1702,7 @@ $ cat >> $HGRCPATH << EOF > [experimental] - > stabilization=createmarkers + > evolution.createmarkers=True > EOF $ hg log --template='{rev}:{node}\n' @@ -2284,7 +2284,7 @@ $ hg init issue4490 $ cd issue4490 $ echo '[experimental]' >> .hg/hgrc - $ echo 'stabilization=createmarkers' >> .hg/hgrc + $ echo 'evolution.createmarkers=True' >> .hg/hgrc $ echo a > a $ hg ci -Am0 adding a