Mercurial > hg
comparison tests/test-histedit-arguments.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 | 270e344a6c74 |
children | 7f183c643eb6 |
comparison
equal
deleted
inserted
replaced
34865:a0100f34e20b | 34866:1644623ab096 |
---|---|
494 With markers enabled, histedit does not get confused, and | 494 With markers enabled, histedit does not get confused, and |
495 amend should not be blocked by the ongoing histedit. | 495 amend should not be blocked by the ongoing histedit. |
496 | 496 |
497 $ cat >>$HGRCPATH <<EOF | 497 $ cat >>$HGRCPATH <<EOF |
498 > [experimental] | 498 > [experimental] |
499 > stabilization=createmarkers,allowunstable | 499 > evolution=allowunstable |
500 > evolution.createmarkers=True | |
500 > EOF | 501 > EOF |
501 $ hg commit --amend -m 'allow this fold' | 502 $ hg commit --amend -m 'allow this fold' |
502 $ hg histedit --continue | 503 $ hg histedit --continue |
503 | 504 |
504 $ cd .. | 505 $ cd .. |