comparison tests/README @ 799:583e290e4945

Adapted README to new needs.
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 29 Jul 2005 15:11:34 +0100
parents 445970ccf57a
children 8f5637f0a0c0
comparison
equal deleted inserted replaced
798:c28f9feb7c2e 799:583e290e4945
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]*\)[ \t].*/\1/" to strip 31 use hg diff | sed "s/\(\(---\|+++\) [a-zA-Z0-9_/.-]*\).*/\1/" to strip
32 dates 32 dates
33 33
34 - set -x and pipelines don't generate stable output
35
36 turn off set -x or break pipelines into pieces
37