Mercurial > hg
diff 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 |
line wrap: on
line diff
--- a/tests/test-patchbomb Wed Apr 08 14:20:57 2009 +0200 +++ b/tests/test-patchbomb Wed Apr 08 19:32:16 2009 +0200 @@ -117,3 +117,6 @@ hg email --date '1970-1-1 0:1' -n -f quux -t foo -c bar -s test -i 0:1 | \ fixheaders +echo "% test inreplyto" +hg email --date '1970-1-1 0:1' -n -f quux -t foo -c bar --in-reply-to baz tip | \ + fixheaders