comparison tests/test-patchbomb @ 8025:1280934dd2dd

patchbomb: Support initial in-reply-to header This allows follow-up/revised patches to appear properly threaded in mail readers and in the archives, reducing noise.
author Henrik Stuart <henrik.stuart at edlund.dk>
date Wed, 08 Apr 2009 19:32:16 +0200
parents 4949729ee9ee
children 094e0d982c8a
comparison
equal deleted inserted replaced
8024:9a1b86cfd29e 8025:1280934dd2dd
115 115
116 echo "% test inline for multiple named/unnamed patches" 116 echo "% test inline for multiple named/unnamed patches"
117 hg email --date '1970-1-1 0:1' -n -f quux -t foo -c bar -s test -i 0:1 | \ 117 hg email --date '1970-1-1 0:1' -n -f quux -t foo -c bar -s test -i 0:1 | \
118 fixheaders 118 fixheaders
119 119
120 echo "% test inreplyto"
121 hg email --date '1970-1-1 0:1' -n -f quux -t foo -c bar --in-reply-to baz tip | \
122 fixheaders