Mercurial > hg
changeset 4157:bfeff6dcac7a
Fix sed expression in test-notify to be more portable.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Wed, 07 Mar 2007 15:06:32 +0100 |
parents | 30857b5779f8 |
children | d8515e374204 4574a8cb080f |
files | tests/test-notify |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-notify Tue Mar 06 12:52:07 2007 +0100 +++ b/tests/test-notify Wed Mar 07 15:06:32 2007 +0100 @@ -33,7 +33,7 @@ echo '% pull (minimal config)' hg --traceback --cwd b pull ../a 2>&1 | sed -e 's/\(Message-Id:\).*/\1/' \ - -e 's/changeset \([0-9a-f]* \)*in .*test-notif/changeset \1in test-notif/' \ + -e 's/changeset \([0-9a-f]* *\)in .*test-notif/changeset \1in test-notif/' \ -e 's/^details: .*test-notify/details: test-notify/' cat <<EOF >> $HGRCPATH