diff tests/README @ 808:8f5637f0a0c0

Merge with TAH
author mpm@selenic.com
date Sat, 30 Jul 2005 08:35:29 -0800
parents 6592c4f5cd4f 583e290e4945
children 0902ffece4b4
line wrap: on
line diff
--- 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
-