comparison tests/test-check-commit.t @ 29219:3c9066ed557c

tests: silence test-repo obsolete warning refactoring test-check-commit.t HGRCPATH bits as helpers-testrepo.sh
author timeless <timeless@mozdev.org>
date Wed, 11 May 2016 04:49:27 +0000
parents a22b6fa5a844
children 2cab496db1e0
comparison
equal deleted inserted replaced
29218:fd288d118074 29219:3c9066ed557c
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 >> $HGRCPATH << EOF 5 $ . "$TESTDIR/helpers-testrepo.sh"
6 > [experimental]
7 > evolution=createmarkers
8 > EOF
9 6
10 Go back in the hg repo 7 Go back in the hg repo
11 8
12 $ cd $TESTDIR/.. 9 $ cd $TESTDIR/..
13 10