Mercurial > hg
comparison tests/test-revset.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 | af13097b44dd |
children | 12a46ad67a3c |
comparison
equal
deleted
inserted
replaced
34865:a0100f34e20b | 34866:1644623ab096 |
---|---|
1792 | 1792 |
1793 $ hg init wdir-hashcollision | 1793 $ hg init wdir-hashcollision |
1794 $ cd wdir-hashcollision | 1794 $ cd wdir-hashcollision |
1795 $ cat <<EOF >> .hg/hgrc | 1795 $ cat <<EOF >> .hg/hgrc |
1796 > [experimental] | 1796 > [experimental] |
1797 > stabilization = createmarkers | 1797 > evolution.createmarkers=True |
1798 > EOF | 1798 > EOF |
1799 $ echo 0 > a | 1799 $ echo 0 > a |
1800 $ hg ci -qAm 0 | 1800 $ hg ci -qAm 0 |
1801 $ for i in 2463 2961 6726 78127; do | 1801 $ for i in 2463 2961 6726 78127; do |
1802 > hg up -q 0 | 1802 > hg up -q 0 |