comparison tests/README @ 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 1c66aad252f9
children f63667f694de
comparison
equal deleted inserted replaced
2975:3091b1153e2c 2976:61fcd9fac434
29 - diff will show the current time 29 - diff will show the current time
30 30
31 use hg diff | sed -e "s/\(+++ [a-zA-Z0-9_/.-]*\).*/\1/" \ 31 use hg diff | sed -e "s/\(+++ [a-zA-Z0-9_/.-]*\).*/\1/" \
32 -e "s/\(--- [a-zA-Z0-9_/.-]*\).*/\1/" 32 -e "s/\(--- [a-zA-Z0-9_/.-]*\).*/\1/"
33 to strip dates 33 to strip dates
34
35 - You can append your own hgrc settings to the file that the environment
36 variable HGRCPATH points to. This file is cleared before running a test.