diff tests/README @ 2977:f63667f694de

Merge with tah
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 22 Aug 2006 10:18:40 +0200
parents 4cdb68d7eb92 61fcd9fac434
children 096f1c73cdc3
line wrap: on
line diff
--- a/tests/README
+++ b/tests/README
@@ -32,6 +32,9 @@ writing tests:
                     -e "s/\(--- [a-zA-Z0-9_/.-]*\).*/\1/"
   to strip dates
 
+- You can append your own hgrc settings to the file that the environment
+  variable HGRCPATH points to. This file is cleared before running a test.
+
 You also need to be careful that the tests are portable from one platform
 to another.  You're probably working on Linux, where the GNU toolchain has
 more (or different) functionality than on MacOS, *BSD, Solaris, AIX, etc.