comparison tests/test-notify @ 4107:226df1808f16

merge with crew-stable
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 20 Feb 2007 20:55:23 +0100
parents f5f171785e29
children bfeff6dcac7a
comparison
equal deleted inserted replaced
4101:e2ed92f4c0f7 4107:226df1808f16
31 echo % commit 31 echo % commit
32 hg --traceback --cwd a commit -Amb -d '1 0' 32 hg --traceback --cwd a commit -Amb -d '1 0'
33 33
34 echo '% pull (minimal config)' 34 echo '% pull (minimal config)'
35 hg --traceback --cwd b pull ../a 2>&1 | sed -e 's/\(Message-Id:\).*/\1/' \ 35 hg --traceback --cwd b pull ../a 2>&1 | sed -e 's/\(Message-Id:\).*/\1/' \
36 -e 's/changeset \([0-9a-f]* \)\?in .*test-notif/changeset \1in test-notif/' \ 36 -e 's/changeset \([0-9a-f]* \)*in .*test-notif/changeset \1in test-notif/' \
37 -e 's/^details: .*test-notify/details: test-notify/' 37 -e 's/^details: .*test-notify/details: test-notify/'
38 38
39 cat <<EOF >> $HGRCPATH 39 cat <<EOF >> $HGRCPATH
40 [notify] 40 [notify]
41 config = $HGTMP/.notify.conf 41 config = $HGTMP/.notify.conf