diff -r 253d0da256b2 -r 4e3a8f3e9dc2 tests/test-patchbomb --- a/tests/test-patchbomb Sat Dec 05 00:15:17 2009 +0100 +++ b/tests/test-patchbomb Sun Dec 06 23:28:49 2009 +0100 @@ -182,3 +182,11 @@ hg email --date '1980-1-1 0:1' -m tmp.mbox -f quux -t "bar@${UUML}nicode.com" \ -s test -r 0 cat tmp.mbox | fixheaders + +echo "% test outgoing and dest#branch URIs" +hg up 1 +hg branch test +echo d > d +hg add d +hg ci -md -d '4 0' +hg email --date '1980-1-1 0:1' -n -t foo -s test -o ../t#test | fixheaders