tests/README
changeset 2935 1c66aad252f9
parent 2283 e506c14382fd
child 2968 4cdb68d7eb92
child 2976 61fcd9fac434
equal deleted inserted replaced
2934:2f190e998eb3 2935:1c66aad252f9
    26 
    26 
    27   use commit -m "test" -u test -d "1000000 0"
    27   use commit -m "test" -u test -d "1000000 0"
    28 
    28 
    29 - diff will show the current time
    29 - diff will show the current time
    30 
    30 
    31   use hg diff | sed "s/\(\(---\|+++\) [a-zA-Z0-9_/.-]*\).*/\1/" to strip
    31   use hg diff | sed -e "s/\(+++ [a-zA-Z0-9_/.-]*\).*/\1/" \
    32   dates
    32                     -e "s/\(--- [a-zA-Z0-9_/.-]*\).*/\1/"
    33 
    33   to strip dates