comparison tests/test-bisect @ 2990: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 d77022db1bca
children
comparison
equal deleted inserted replaced
2989:3091b1153e2c 2990: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