diff tests/test-rebase-obsolete.t @ 34870:64f29fff1877

config: rename stabilization.track-operation We want to get rid of stabilization.* configuration, back out to the old configuration 'evolution.track-operation'. Differential Revision: https://phab.mercurial-scm.org/D1153
author Boris Feld <boris.feld@octobus.net>
date Tue, 17 Oct 2017 15:56:49 +0200
parents 7f183c643eb6
children 29f52e7966dd
line wrap: on
line diff
--- a/tests/test-rebase-obsolete.t	Tue Oct 17 15:54:05 2017 +0200
+++ b/tests/test-rebase-obsolete.t	Tue Oct 17 15:56:49 2017 +0200
@@ -1225,7 +1225,7 @@
   $ hg up 2 && hg log -r .  # working dir is at rev 2 again
   0 files updated, 0 files merged, 1 files removed, 0 files unresolved
   2:1e9a3c00cbe9 b (no-eol)
-  $ hg rebase -r 2 -d 3 --config experimental.stabilization.track-operation=1
+  $ hg rebase -r 2 -d 3 --config experimental.evolution.track-operation=1
   note: not rebasing 2:1e9a3c00cbe9 "b" (mybook), already in destination as 3:be1832deae9a "b" (tip)
 Check that working directory and bookmark was updated to rev 3 although rev 2
 was skipped