tests/README
changeset 2977 f63667f694de
parent 2968 4cdb68d7eb92
parent 2976 61fcd9fac434
child 3192 096f1c73cdc3
equal deleted inserted replaced
2971:63c3a1921a67 2977:f63667f694de
    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.
    34 
    37 
    35 You also need to be careful that the tests are portable from one platform
    38 You also need to be careful that the tests are portable from one platform
    36 to another.  You're probably working on Linux, where the GNU toolchain has
    39 to another.  You're probably working on Linux, where the GNU toolchain has
    37 more (or different) functionality than on MacOS, *BSD, Solaris, AIX, etc.
    40 more (or different) functionality than on MacOS, *BSD, Solaris, AIX, etc.
    38 While testing on all platforms is the only sure-fire way to make sure that
    41 While testing on all platforms is the only sure-fire way to make sure that