comparison tests/test-command-template.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 f17a0e18c47e
children 625d5ebce066 d1aae6d4efc5
comparison
equal deleted inserted replaced
34865:a0100f34e20b 34866:1644623ab096
3782 3782
3783 $ hg init hashcollision 3783 $ hg init hashcollision
3784 $ cd hashcollision 3784 $ cd hashcollision
3785 $ cat <<EOF >> .hg/hgrc 3785 $ cat <<EOF >> .hg/hgrc
3786 > [experimental] 3786 > [experimental]
3787 > stabilization = createmarkers 3787 > evolution.createmarkers=True
3788 > EOF 3788 > EOF
3789 $ echo 0 > a 3789 $ echo 0 > a
3790 $ hg ci -qAm 0 3790 $ hg ci -qAm 0
3791 $ for i in 17 129 248 242 480 580 617 1057 2857 4025; do 3791 $ for i in 17 129 248 242 480 580 617 1057 2857 4025; do
3792 > hg up -q 0 3792 > hg up -q 0