# HG changeset patch # User Thomas Arendsen Hein # Date 1122646294 -3600 # Node ID 583e290e4945e387c92024b0305d3a92a88093c5 # Parent c28f9feb7c2eaeaf32aae3dabd0c4a54022d3f2b Adapted README to new needs. diff --git a/tests/README b/tests/README --- a/tests/README +++ b/tests/README @@ -28,10 +28,6 @@ writing tests: - diff will show the current time - use hg diff | sed "s/\(\(---\|+++\) [^ \t]*\)[ \t].*/\1/" to strip + use hg diff | sed "s/\(\(---\|+++\) [a-zA-Z0-9_/.-]*\).*/\1/" to strip dates -- set -x and pipelines don't generate stable output - - turn off set -x or break pipelines into pieces -