comparison tests/test-bookmarks-pushpull.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 ee5f0d047b41
children 44797aedfb35
comparison
equal deleted inserted replaced
34865:a0100f34e20b 34866:1644623ab096
4 > [ui] 4 > [ui]
5 > logtemplate={rev}:{node|short} {desc|firstline} 5 > logtemplate={rev}:{node|short} {desc|firstline}
6 > [phases] 6 > [phases]
7 > publish=False 7 > publish=False
8 > [experimental] 8 > [experimental]
9 > stabilization=createmarkers,exchange 9 > evolution=exchange
10 > evolution.createmarkers=True
10 > EOF 11 > EOF
11 12
12 $ TESTHOOK='hooks.txnclose-bookmark.test=echo "test-hook-bookmark: $HG_BOOKMARK: $HG_OLDNODE -> $HG_NODE"' 13 $ TESTHOOK='hooks.txnclose-bookmark.test=echo "test-hook-bookmark: $HG_BOOKMARK: $HG_OLDNODE -> $HG_NODE"'
13 14
14 initialize 15 initialize