Mercurial > public > mercurial-scm > hg-stable
diff 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 |
line wrap: on
line diff
--- a/tests/test-patchbomb Wed Nov 12 19:12:32 2008 +0100 +++ b/tests/test-patchbomb Thu Nov 13 10:11:32 2008 +0100 @@ -93,6 +93,14 @@ hg email --date '1970-1-1 0:1' -n -f quux -t foo -c bar -s test -a 0:1 | \ fixheaders +echo "% test intro for single patch" +hg email --date '1970-1-1 0:1' -n --intro -f quux -t foo -c bar -s test 2 | \ + fixheaders + +echo "% test intro for multiple patches" +hg email --date '1970-1-1 0:1' -n --intro -f quux -t foo -c bar -s test 0:1 | \ + fixheaders + echo "% tagging csets" hg tag -r0 zero zero.foo hg tag -r1 one one.patch