tests/test-log.t
changeset 33794 6c1a9fd8361b
parent 33747 24849d53697d
child 33983 251bd3fddd9b
--- a/tests/test-log.t	Thu Aug 03 11:38:22 2017 +0200
+++ b/tests/test-log.t	Fri Aug 04 18:41:16 2017 +0200
@@ -1700,7 +1700,7 @@
 
   $ cat >> $HGRCPATH << EOF
   > [experimental]
-  > evolution=createmarkers
+  > stabilization=createmarkers
   > EOF
 
   $ hg log --template='{rev}:{node}\n'
@@ -2280,7 +2280,7 @@
   $ hg init issue4490
   $ cd issue4490
   $ echo '[experimental]' >> .hg/hgrc
-  $ echo 'evolution=createmarkers' >> .hg/hgrc
+  $ echo 'stabilization=createmarkers' >> .hg/hgrc
   $ echo a > a
   $ hg ci -Am0
   adding a