comparison tests/test-obsolete-checkheads.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 eb586ed5d8ce
children 4441705b7111
comparison
equal deleted inserted replaced
34865:a0100f34e20b 34866:1644623ab096
4 > # public changeset are not obsolete 4 > # public changeset are not obsolete
5 > publish=false 5 > publish=false
6 > [ui] 6 > [ui]
7 > logtemplate='{node|short} ({phase}) {desc|firstline}\n' 7 > logtemplate='{node|short} ({phase}) {desc|firstline}\n'
8 > [experimental] 8 > [experimental]
9 > stabilization=createmarkers 9 > evolution.createmarkers=True
10 > EOF 10 > EOF
11 $ mkcommit() { 11 $ mkcommit() {
12 > echo "$1" > "$1" 12 > echo "$1" > "$1"
13 > hg add "$1" 13 > hg add "$1"
14 > hg ci -m "add $1" 14 > hg ci -m "add $1"