Mercurial > hg
comparison tests/test-clone.t @ 33773:6c1a9fd8361b
test: update evolution config
evolution* config has been rewritten in stabilization* in the previous patch,
update tests file to use the new names.
Differential Revision: https://phab.mercurial-scm.org/D249
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Fri, 04 Aug 2017 18:41:16 +0200 |
parents | 3fee7f7d2da0 |
children | eb586ed5d8ce |
comparison
equal
deleted
inserted
replaced
33772:d434a7f0685c | 33773:6c1a9fd8361b |
---|---|
704 | 704 |
705 $ hg init filteredrev0 | 705 $ hg init filteredrev0 |
706 $ cd filteredrev0 | 706 $ cd filteredrev0 |
707 $ cat >> .hg/hgrc << EOF | 707 $ cat >> .hg/hgrc << EOF |
708 > [experimental] | 708 > [experimental] |
709 > evolution=createmarkers | 709 > stabilization=createmarkers |
710 > EOF | 710 > EOF |
711 $ echo initial1 > foo | 711 $ echo initial1 > foo |
712 $ hg -q commit -A -m initial0 | 712 $ hg -q commit -A -m initial0 |
713 $ hg -q up -r null | 713 $ hg -q up -r null |
714 $ echo initial2 > foo | 714 $ echo initial2 > foo |