comparison tests/test-keyword @ 7116:e981725da3fe

notify: mime-encode messages - addresses will be properly encoded - message bodies will also be encoded as we are not sending patches that are meant to be applied - update test output - adapt test-keyword to ignore the new headers
author Christian Ebert <blacktrash@gmx.net>
date Sat, 12 Jul 2008 19:12:18 +0100
parents 17bdcd59b9ad
children 5a14a8f3b909
comparison
equal deleted inserted replaced
7115:c5c2d43b01da 7116:e981725da3fe
102 [reposubs] 102 [reposubs]
103 * = Test 103 * = Test
104 EOF 104 EOF
105 105
106 echo % pull from bundle 106 echo % pull from bundle
107 hg pull -u ../kw.hg 2>&1 | sed -e '/^Date:/,/^diffs (/ d' 107 hg pull -u ../kw.hg 2>&1 | sed -e '/^Content-Type:/,/^diffs (/ d'
108 108
109 echo % remove notify config 109 echo % remove notify config
110 sed -e '/\[hooks\]/,$ d' $HGRCPATH > $HGRCPATH.nonotify 110 sed -e '/\[hooks\]/,$ d' $HGRCPATH > $HGRCPATH.nonotify
111 mv $HGRCPATH.nonotify $HGRCPATH 111 mv $HGRCPATH.nonotify $HGRCPATH
112 112