Mercurial > evolve
comparison tests/test-check-commit.t @ 5651:c7abe71d749d stable
tests: move experimental.evolution=all config option closer to the comment
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Wed, 11 Nov 2020 19:01:35 +0800 |
parents | a08bd434a19b |
children | ccde78088d0b |
comparison
equal
deleted
inserted
replaced
5650:56eb528820d7 | 5651:c7abe71d749d |
---|---|
1 #require test-repo | 1 #require test-repo |
2 | 2 |
3 Enable obsolescence to avoid the warning issue when obsmarker are found | 3 Enable obsolescence to avoid the warning issue when obsmarker are found |
4 | 4 |
5 $ cat << EOF >> $HGRCPATH | 5 $ cat << EOF >> $HGRCPATH |
6 > [experimental] | |
7 > evolution = all | |
6 > [diff] | 8 > [diff] |
7 > git = yes | 9 > git = yes |
8 > [experimental] | |
9 > evolution=all | |
10 > EOF | 10 > EOF |
11 | 11 |
12 Go back in the hg repo | 12 Go back in the hg repo |
13 | 13 |
14 $ cd $TESTDIR/.. | 14 $ cd $TESTDIR/.. |