tests/test-check-commit.t
changeset 29219 3c9066ed557c
parent 28293 a22b6fa5a844
child 30648 2cab496db1e0
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