diff -r 08cd25ef8a38 -r 3b65c3c3cc8d tests/test-notify --- a/tests/test-notify Sun Aug 15 17:49:59 2010 +0200 +++ b/tests/test-notify Fri Aug 13 17:21:06 2010 +0200 @@ -41,7 +41,7 @@ # of the very long subject line echo '% pull (minimal config)' hg --traceback --cwd b pull ../a 2>&1 | - python -c 'import sys,re; print re.sub("\n\t", " ", sys.stdin.read()),' | + python -c 'import sys,re; print re.sub("([n:])\\n[\\t ]", "\\1 ", sys.stdin.read()),' | sed -e 's/\(Message-Id:\).*/\1/' \ -e 's/changeset \([0-9a-f]* *\)in .*test-notif/changeset \1in test-notif/' \ -e 's/^details: .*test-notify/details: test-notify/' \