tests/README
changeset 774 6592c4f5cd4f
parent 761 0fb498458905
child 793 445970ccf57a
child 808 8f5637f0a0c0
child 814 0902ffece4b4
equal deleted inserted replaced
773:d77c1031fd17 774:6592c4f5cd4f
    26 
    26 
    27   use commit -m "test" -u test -d "0 0"
    27   use commit -m "test" -u test -d "0 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/\(\(---\|+++\).*\)\t.*/\1/" to strip dates
    31   use hg diff | sed "s/\(\(---\|+++\) [^ \t]*\)[ \t].*/\1/" to strip
       
    32   dates
    32 
    33 
    33 - set -x and pipelines don't generate stable output
    34 - set -x and pipelines don't generate stable output
    34 
    35 
    35   turn off set -x or break pipelines into pieces
    36   turn off set -x or break pipelines into pieces
    36 
    37