diff 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
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
-