# HG changeset patch # User Anton Shestakov # Date 1605092614 -28800 # Node ID ccde78088d0ba070ce619c79b21f27869e0e364d # Parent c7abe71d749d02af89711e2e66a1921c76ccaf02 tests: update the experimental.evolution=all comment diff -r c7abe71d749d -r ccde78088d0b tests/test-check-commit.t --- a/tests/test-check-commit.t Wed Nov 11 19:01:35 2020 +0800 +++ b/tests/test-check-commit.t Wed Nov 11 19:03:34 2020 +0800 @@ -1,6 +1,6 @@ #require test-repo -Enable obsolescence to avoid the warning issue when obsmarker are found +Enable obsolescence to avoid the warning issue when obsmarkers are found $ cat << EOF >> $HGRCPATH > [experimental] diff -r c7abe71d749d -r ccde78088d0b tests/test-check-setup-manifest.t --- a/tests/test-check-setup-manifest.t Wed Nov 11 19:01:35 2020 +0800 +++ b/tests/test-check-setup-manifest.t Wed Nov 11 19:03:34 2020 +0800 @@ -1,8 +1,10 @@ #require test-repo check-manifest +Enable obsolescence to avoid the warning issue when obsmarkers are found + $ cat << EOF >> $HGRCPATH > [experimental] - > evolution=all + > evolution = all > EOF Run check manifest: