tests/README
changeset 2935 1c66aad252f9
parent 2283 e506c14382fd
child 2985 4cdb68d7eb92
child 2990 61fcd9fac434
--- a/tests/README	Wed Aug 16 19:49:45 2006 -0700
+++ b/tests/README	Wed Aug 16 19:50:21 2006 -0700
@@ -28,6 +28,6 @@
 
 - diff will show the current time
 
-  use hg diff | sed "s/\(\(---\|+++\) [a-zA-Z0-9_/.-]*\).*/\1/" to strip
-  dates
-
+  use hg diff | sed -e "s/\(+++ [a-zA-Z0-9_/.-]*\).*/\1/" \
+                    -e "s/\(--- [a-zA-Z0-9_/.-]*\).*/\1/"
+  to strip dates