tests/test-abort-checkin
changeset 2976 61fcd9fac434
parent 2831 0b9ac7dfcf56
child 4140 193e0f8d9a47
equal deleted inserted replaced
2975:3091b1153e2c 2976:61fcd9fac434
     1 #!/bin/sh
     1 #!/bin/sh
     2 
     2 
     3 HGRCPATH=$HGTMP/.hgrc; export HGRCPATH
     3 echo "[extensions]" >> $HGRCPATH
     4 echo "[extensions]" >> $HGTMP/.hgrc
     4 echo "mq=" >> $HGRCPATH
     5 echo "mq=" >> $HGTMP/.hgrc
       
     6 cat > $HGTMP/false <<EOF
     5 cat > $HGTMP/false <<EOF
     7 #!/bin/sh
     6 #!/bin/sh
     8 exit 1
     7 exit 1
     9 EOF
     8 EOF
    10 chmod +x $HGTMP/false
     9 chmod +x $HGTMP/false