comparison tests/test-convert-hg-startrev.t @ 13519:43b3b761d9d1

tests: don't overwrite HGRCPATH Overwriting instead of appending to the file removes the [defaults] section put into the file by run-tests.py. It also defeats the --inotify option to run-tests.py. (Nothing was broken yet, but the lack of -d "0 0" cause changeset hashes to change unexpectedly in a test case I was editing.)
author Martin Geisler <mg@aragost.com>
date Tue, 01 Mar 2011 17:01:17 +0100
parents 2405b4a5964a
children 60101427d618
comparison
equal deleted inserted replaced
13518:c39e9cead0ae 13519:43b3b761d9d1
1 1
2 $ cat > $HGRCPATH <<EOF 2 $ cat >> $HGRCPATH <<EOF
3 > [extensions] 3 > [extensions]
4 > graphlog = 4 > graphlog =
5 > convert = 5 > convert =
6 > [convert] 6 > [convert]
7 > hg.saverev = yes 7 > hg.saverev = yes