Mercurial > hg
comparison tests/test-patchbomb @ 7360:42f1b8cb9a60
patchbomb: add option to send intro email for a single patch (issue1120)
author | Chris Winter <elwintro@gmail.com> |
---|---|
date | Thu, 13 Nov 2008 10:11:32 +0100 |
parents | 3c2ed7c2dcb4 |
children | 0b6428da1f22 |
comparison
equal
deleted
inserted
replaced
7359:b0fa5dbd9cdd | 7360:42f1b8cb9a60 |
---|---|
91 | 91 |
92 echo "% test attach for multiple patches" | 92 echo "% test attach for multiple patches" |
93 hg email --date '1970-1-1 0:1' -n -f quux -t foo -c bar -s test -a 0:1 | \ | 93 hg email --date '1970-1-1 0:1' -n -f quux -t foo -c bar -s test -a 0:1 | \ |
94 fixheaders | 94 fixheaders |
95 | 95 |
96 echo "% test intro for single patch" | |
97 hg email --date '1970-1-1 0:1' -n --intro -f quux -t foo -c bar -s test 2 | \ | |
98 fixheaders | |
99 | |
100 echo "% test intro for multiple patches" | |
101 hg email --date '1970-1-1 0:1' -n --intro -f quux -t foo -c bar -s test 0:1 | \ | |
102 fixheaders | |
103 | |
96 echo "% tagging csets" | 104 echo "% tagging csets" |
97 hg tag -r0 zero zero.foo | 105 hg tag -r0 zero zero.foo |
98 hg tag -r1 one one.patch | 106 hg tag -r1 one one.patch |
99 hg tag -r2 two two.diff | 107 hg tag -r2 two two.diff |
100 | 108 |