changeset 799:583e290e4945

Adapted README to new needs.
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 29 Jul 2005 15:11:34 +0100
parents c28f9feb7c2e
children ec85f9e6f3b1
files tests/README
diffstat 1 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/tests/README	Fri Jul 29 15:11:05 2005 +0100
+++ b/tests/README	Fri Jul 29 15:11:34 2005 +0100
@@ -28,10 +28,6 @@
 
 - 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
-