tests/README
changeset 2990 61fcd9fac434
parent 2935 1c66aad252f9
child 2991 f63667f694de
equal deleted inserted replaced
2989:3091b1153e2c 2990: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.