comparison tests/test-abort-checkin @ 2976:61fcd9fac434

Make tests append settings to $HGRCPATH instead of $HGTMP/.hgrc and add documentation for this.
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 22 Aug 2006 10:08:42 +0200
parents 0b9ac7dfcf56
children 193e0f8d9a47
comparison
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