tests/test-bisect
changeset 2976 61fcd9fac434
parent 2932 d77022db1bca
equal deleted inserted replaced
2975:3091b1153e2c 2976:61fcd9fac434
     1 #!/bin/sh
     1 #!/bin/sh
     2 
     2 
     3 set -e
     3 set -e
     4 
     4 
     5 HGRCPATH=$HGTMP/.hgrc; export HGRCPATH
     5 echo "[extensions]" >> $HGRCPATH
     6 echo "[extensions]" >> $HGTMP/.hgrc
     6 echo "hbisect=" >> $HGRCPATH
     7 echo "hbisect=" >> $HGTMP/.hgrc
       
     8 
     7 
     9 echo % init
     8 echo % init
    10 hg init
     9 hg init
    11 
    10 
    12 echo % committing changes
    11 echo % committing changes