# HG changeset patch # User Anton Shestakov # Date 1605092495 -28800 # Node ID c7abe71d749d02af89711e2e66a1921c76ccaf02 # Parent 56eb528820d794a2180d3b05c1b01f0e02ca3dd2 tests: move experimental.evolution=all config option closer to the comment diff -r 56eb528820d7 -r c7abe71d749d tests/test-check-commit.t --- a/tests/test-check-commit.t Wed Nov 11 18:56:37 2020 +0800 +++ b/tests/test-check-commit.t Wed Nov 11 19:01:35 2020 +0800 @@ -3,10 +3,10 @@ Enable obsolescence to avoid the warning issue when obsmarker are found $ cat << EOF >> $HGRCPATH + > [experimental] + > evolution = all > [diff] > git = yes - > [experimental] - > evolution=all > EOF Go back in the hg repo