Show More
@@ -149,6 +149,8 b' def makepatch(ui, repo, patchlines, opts' | |||||
149 | subj = '[PATCH %0*d of %d%s] %s' % (tlen, idx, total, flag, subj) |
|
149 | subj = '[PATCH %0*d of %d%s] %s' % (tlen, idx, total, flag, subj) | |
150 | msg['Subject'] = mail.headencode(ui, subj, _charsets, opts.get('test')) |
|
150 | msg['Subject'] = mail.headencode(ui, subj, _charsets, opts.get('test')) | |
151 | msg['X-Mercurial-Node'] = node |
|
151 | msg['X-Mercurial-Node'] = node | |
|
152 | msg['X-Mercurial-Series-Index'] = '%i' % idx | |||
|
153 | msg['X-Mercurial-Series-Total'] = '%i' % total | |||
152 | return msg, subj, ds |
|
154 | return msg, subj, ds | |
153 |
|
155 | |||
154 | emailopts = [ |
|
156 | emailopts = [ |
@@ -17,6 +17,8 b'' | |||||
17 | Content-Transfer-Encoding: 7bit |
|
17 | Content-Transfer-Encoding: 7bit | |
18 | Subject: [PATCH] a |
|
18 | Subject: [PATCH] a | |
19 | X-Mercurial-Node: 8580ff50825a50c8f716709acdf8de0deddcd6ab |
|
19 | X-Mercurial-Node: 8580ff50825a50c8f716709acdf8de0deddcd6ab | |
|
20 | X-Mercurial-Series-Index: 1 | |||
|
21 | X-Mercurial-Series-Total: 1 | |||
20 | Message-Id: <8580ff50825a50c8f716.60@*> (glob) |
|
22 | Message-Id: <8580ff50825a50c8f716.60@*> (glob) | |
21 | User-Agent: Mercurial-patchbomb/* (glob) |
|
23 | User-Agent: Mercurial-patchbomb/* (glob) | |
22 | Date: Thu, 01 Jan 1970 00:01:00 +0000 |
|
24 | Date: Thu, 01 Jan 1970 00:01:00 +0000 | |
@@ -87,6 +89,8 b'' | |||||
87 | Content-Transfer-Encoding: 7bit |
|
89 | Content-Transfer-Encoding: 7bit | |
88 | Subject: [PATCH 1 of 2] a |
|
90 | Subject: [PATCH 1 of 2] a | |
89 | X-Mercurial-Node: 8580ff50825a50c8f716709acdf8de0deddcd6ab |
|
91 | X-Mercurial-Node: 8580ff50825a50c8f716709acdf8de0deddcd6ab | |
|
92 | X-Mercurial-Series-Index: 1 | |||
|
93 | X-Mercurial-Series-Total: 2 | |||
90 | Message-Id: <8580ff50825a50c8f716.121@*> (glob) |
|
94 | Message-Id: <8580ff50825a50c8f716.121@*> (glob) | |
91 | In-Reply-To: <patchbomb.120@*> (glob) |
|
95 | In-Reply-To: <patchbomb.120@*> (glob) | |
92 | References: <patchbomb.120@*> (glob) |
|
96 | References: <patchbomb.120@*> (glob) | |
@@ -116,6 +120,8 b'' | |||||
116 | Content-Transfer-Encoding: 7bit |
|
120 | Content-Transfer-Encoding: 7bit | |
117 | Subject: [PATCH 2 of 2] b |
|
121 | Subject: [PATCH 2 of 2] b | |
118 | X-Mercurial-Node: 97d72e5f12c7e84f85064aa72e5a297142c36ed9 |
|
122 | X-Mercurial-Node: 97d72e5f12c7e84f85064aa72e5a297142c36ed9 | |
|
123 | X-Mercurial-Series-Index: 2 | |||
|
124 | X-Mercurial-Series-Total: 2 | |||
119 | Message-Id: <97d72e5f12c7e84f8506.122@*> (glob) |
|
125 | Message-Id: <97d72e5f12c7e84f8506.122@*> (glob) | |
120 | In-Reply-To: <patchbomb.120@*> (glob) |
|
126 | In-Reply-To: <patchbomb.120@*> (glob) | |
121 | References: <patchbomb.120@*> (glob) |
|
127 | References: <patchbomb.120@*> (glob) | |
@@ -251,6 +257,8 b' no mime encoding for email --test:' | |||||
251 | Content-Transfer-Encoding: 8bit |
|
257 | Content-Transfer-Encoding: 8bit | |
252 | Subject: [PATCH] utf-8 content |
|
258 | Subject: [PATCH] utf-8 content | |
253 | X-Mercurial-Node: 909a00e13e9d78b575aeee23dddbada46d5a143f |
|
259 | X-Mercurial-Node: 909a00e13e9d78b575aeee23dddbada46d5a143f | |
|
260 | X-Mercurial-Series-Index: 1 | |||
|
261 | X-Mercurial-Series-Total: 1 | |||
254 | Message-Id: <909a00e13e9d78b575ae.240@*> (glob) |
|
262 | Message-Id: <909a00e13e9d78b575ae.240@*> (glob) | |
255 | User-Agent: Mercurial-patchbomb/* (glob) |
|
263 | User-Agent: Mercurial-patchbomb/* (glob) | |
256 | Date: Thu, 01 Jan 1970 00:04:00 +0000 |
|
264 | Date: Thu, 01 Jan 1970 00:04:00 +0000 | |
@@ -294,6 +302,8 b' mime encoded mbox (base64):' | |||||
294 | Content-Transfer-Encoding: base64 |
|
302 | Content-Transfer-Encoding: base64 | |
295 | Subject: [PATCH] utf-8 content |
|
303 | Subject: [PATCH] utf-8 content | |
296 | X-Mercurial-Node: 909a00e13e9d78b575aeee23dddbada46d5a143f |
|
304 | X-Mercurial-Node: 909a00e13e9d78b575aeee23dddbada46d5a143f | |
|
305 | X-Mercurial-Series-Index: 1 | |||
|
306 | X-Mercurial-Series-Total: 1 | |||
297 | Message-Id: <909a00e13e9d78b575ae.240@*> (glob) |
|
307 | Message-Id: <909a00e13e9d78b575ae.240@*> (glob) | |
298 | User-Agent: Mercurial-patchbomb/* (glob) |
|
308 | User-Agent: Mercurial-patchbomb/* (glob) | |
299 | Date: Thu, 01 Jan 1970 00:04:00 +0000 |
|
309 | Date: Thu, 01 Jan 1970 00:04:00 +0000 | |
@@ -353,6 +363,8 b' no mime encoding for email --test:' | |||||
353 | Content-Transfer-Encoding: quoted-printable |
|
363 | Content-Transfer-Encoding: quoted-printable | |
354 | Subject: [PATCH] long line |
|
364 | Subject: [PATCH] long line | |
355 | X-Mercurial-Node: a2ea8fc83dd8b93cfd86ac97b28287204ab806e1 |
|
365 | X-Mercurial-Node: a2ea8fc83dd8b93cfd86ac97b28287204ab806e1 | |
|
366 | X-Mercurial-Series-Index: 1 | |||
|
367 | X-Mercurial-Series-Total: 1 | |||
356 | Message-Id: <a2ea8fc83dd8b93cfd86.240@*> (glob) |
|
368 | Message-Id: <a2ea8fc83dd8b93cfd86.240@*> (glob) | |
357 | User-Agent: Mercurial-patchbomb/* (glob) |
|
369 | User-Agent: Mercurial-patchbomb/* (glob) | |
358 | Date: Thu, 01 Jan 1970 00:04:00 +0000 |
|
370 | Date: Thu, 01 Jan 1970 00:04:00 +0000 | |
@@ -404,6 +416,8 b' mime encoded mbox (quoted-printable):' | |||||
404 | Content-Transfer-Encoding: quoted-printable |
|
416 | Content-Transfer-Encoding: quoted-printable | |
405 | Subject: [PATCH] long line |
|
417 | Subject: [PATCH] long line | |
406 | X-Mercurial-Node: a2ea8fc83dd8b93cfd86ac97b28287204ab806e1 |
|
418 | X-Mercurial-Node: a2ea8fc83dd8b93cfd86ac97b28287204ab806e1 | |
|
419 | X-Mercurial-Series-Index: 1 | |||
|
420 | X-Mercurial-Series-Total: 1 | |||
407 | Message-Id: <a2ea8fc83dd8b93cfd86.240@*> (glob) |
|
421 | Message-Id: <a2ea8fc83dd8b93cfd86.240@*> (glob) | |
408 | User-Agent: Mercurial-patchbomb/* (glob) |
|
422 | User-Agent: Mercurial-patchbomb/* (glob) | |
409 | Date: Thu, 01 Jan 1970 00:04:00 +0000 |
|
423 | Date: Thu, 01 Jan 1970 00:04:00 +0000 | |
@@ -463,6 +477,8 b' fake ascii mbox:' | |||||
463 | Content-Transfer-Encoding: 8bit |
|
477 | Content-Transfer-Encoding: 8bit | |
464 | Subject: [PATCH] isolatin 8-bit encoding |
|
478 | Subject: [PATCH] isolatin 8-bit encoding | |
465 | X-Mercurial-Node: 240fb913fc1b7ff15ddb9f33e73d82bf5277c720 |
|
479 | X-Mercurial-Node: 240fb913fc1b7ff15ddb9f33e73d82bf5277c720 | |
|
480 | X-Mercurial-Series-Index: 1 | |||
|
481 | X-Mercurial-Series-Total: 1 | |||
466 | Message-Id: <240fb913fc1b7ff15ddb.300@*> (glob) |
|
482 | Message-Id: <240fb913fc1b7ff15ddb.300@*> (glob) | |
467 | User-Agent: Mercurial-patchbomb/* (glob) |
|
483 | User-Agent: Mercurial-patchbomb/* (glob) | |
468 | Date: Thu, 01 Jan 1970 00:05:00 +0000 |
|
484 | Date: Thu, 01 Jan 1970 00:05:00 +0000 | |
@@ -508,6 +524,8 b' test diffstat for single patch:' | |||||
508 | Content-Transfer-Encoding: 7bit |
|
524 | Content-Transfer-Encoding: 7bit | |
509 | Subject: [PATCH] test |
|
525 | Subject: [PATCH] test | |
510 | X-Mercurial-Node: ff2c9fa2018b15fa74b33363bda9527323e2a99f |
|
526 | X-Mercurial-Node: ff2c9fa2018b15fa74b33363bda9527323e2a99f | |
|
527 | X-Mercurial-Series-Index: 1 | |||
|
528 | X-Mercurial-Series-Total: 1 | |||
511 | Message-Id: <ff2c9fa2018b15fa74b3.60@*> (glob) |
|
529 | Message-Id: <ff2c9fa2018b15fa74b3.60@*> (glob) | |
512 | User-Agent: Mercurial-patchbomb/* (glob) |
|
530 | User-Agent: Mercurial-patchbomb/* (glob) | |
513 | Date: Thu, 01 Jan 1970 00:01:00 +0000 |
|
531 | Date: Thu, 01 Jan 1970 00:01:00 +0000 | |
@@ -584,6 +602,8 b' test diffstat for multiple patches:' | |||||
584 | Content-Transfer-Encoding: 7bit |
|
602 | Content-Transfer-Encoding: 7bit | |
585 | Subject: [PATCH 1 of 2] a |
|
603 | Subject: [PATCH 1 of 2] a | |
586 | X-Mercurial-Node: 8580ff50825a50c8f716709acdf8de0deddcd6ab |
|
604 | X-Mercurial-Node: 8580ff50825a50c8f716709acdf8de0deddcd6ab | |
|
605 | X-Mercurial-Series-Index: 1 | |||
|
606 | X-Mercurial-Series-Total: 2 | |||
587 | Message-Id: <8580ff50825a50c8f716.61@*> (glob) |
|
607 | Message-Id: <8580ff50825a50c8f716.61@*> (glob) | |
588 | In-Reply-To: <patchbomb.60@*> (glob) |
|
608 | In-Reply-To: <patchbomb.60@*> (glob) | |
589 | References: <patchbomb.60@*> (glob) |
|
609 | References: <patchbomb.60@*> (glob) | |
@@ -617,6 +637,8 b' test diffstat for multiple patches:' | |||||
617 | Content-Transfer-Encoding: 7bit |
|
637 | Content-Transfer-Encoding: 7bit | |
618 | Subject: [PATCH 2 of 2] b |
|
638 | Subject: [PATCH 2 of 2] b | |
619 | X-Mercurial-Node: 97d72e5f12c7e84f85064aa72e5a297142c36ed9 |
|
639 | X-Mercurial-Node: 97d72e5f12c7e84f85064aa72e5a297142c36ed9 | |
|
640 | X-Mercurial-Series-Index: 2 | |||
|
641 | X-Mercurial-Series-Total: 2 | |||
620 | Message-Id: <97d72e5f12c7e84f8506.62@*> (glob) |
|
642 | Message-Id: <97d72e5f12c7e84f8506.62@*> (glob) | |
621 | In-Reply-To: <patchbomb.60@*> (glob) |
|
643 | In-Reply-To: <patchbomb.60@*> (glob) | |
622 | References: <patchbomb.60@*> (glob) |
|
644 | References: <patchbomb.60@*> (glob) | |
@@ -655,6 +677,8 b' test inline for single patch:' | |||||
655 | MIME-Version: 1.0 |
|
677 | MIME-Version: 1.0 | |
656 | Subject: [PATCH] test |
|
678 | Subject: [PATCH] test | |
657 | X-Mercurial-Node: ff2c9fa2018b15fa74b33363bda9527323e2a99f |
|
679 | X-Mercurial-Node: ff2c9fa2018b15fa74b33363bda9527323e2a99f | |
|
680 | X-Mercurial-Series-Index: 1 | |||
|
681 | X-Mercurial-Series-Total: 1 | |||
658 | Message-Id: <ff2c9fa2018b15fa74b3.60@*> (glob) |
|
682 | Message-Id: <ff2c9fa2018b15fa74b3.60@*> (glob) | |
659 | User-Agent: Mercurial-patchbomb/* (glob) |
|
683 | User-Agent: Mercurial-patchbomb/* (glob) | |
660 | Date: Thu, 01 Jan 1970 00:01:00 +0000 |
|
684 | Date: Thu, 01 Jan 1970 00:01:00 +0000 | |
@@ -695,6 +719,8 b' test inline for single patch (quoted-pri' | |||||
695 | MIME-Version: 1.0 |
|
719 | MIME-Version: 1.0 | |
696 | Subject: [PATCH] test |
|
720 | Subject: [PATCH] test | |
697 | X-Mercurial-Node: a2ea8fc83dd8b93cfd86ac97b28287204ab806e1 |
|
721 | X-Mercurial-Node: a2ea8fc83dd8b93cfd86ac97b28287204ab806e1 | |
|
722 | X-Mercurial-Series-Index: 1 | |||
|
723 | X-Mercurial-Series-Total: 1 | |||
698 | Message-Id: <a2ea8fc83dd8b93cfd86.60@*> (glob) |
|
724 | Message-Id: <a2ea8fc83dd8b93cfd86.60@*> (glob) | |
699 | User-Agent: Mercurial-patchbomb/* (glob) |
|
725 | User-Agent: Mercurial-patchbomb/* (glob) | |
700 | Date: Thu, 01 Jan 1970 00:01:00 +0000 |
|
726 | Date: Thu, 01 Jan 1970 00:01:00 +0000 | |
@@ -767,6 +793,8 b' test inline for multiple patches:' | |||||
767 | MIME-Version: 1.0 |
|
793 | MIME-Version: 1.0 | |
768 | Subject: [PATCH 1 of 3] a |
|
794 | Subject: [PATCH 1 of 3] a | |
769 | X-Mercurial-Node: 8580ff50825a50c8f716709acdf8de0deddcd6ab |
|
795 | X-Mercurial-Node: 8580ff50825a50c8f716709acdf8de0deddcd6ab | |
|
796 | X-Mercurial-Series-Index: 1 | |||
|
797 | X-Mercurial-Series-Total: 3 | |||
770 | Message-Id: <8580ff50825a50c8f716.61@*> (glob) |
|
798 | Message-Id: <8580ff50825a50c8f716.61@*> (glob) | |
771 | In-Reply-To: <patchbomb.60@*> (glob) |
|
799 | In-Reply-To: <patchbomb.60@*> (glob) | |
772 | References: <patchbomb.60@*> (glob) |
|
800 | References: <patchbomb.60@*> (glob) | |
@@ -802,6 +830,8 b' test inline for multiple patches:' | |||||
802 | MIME-Version: 1.0 |
|
830 | MIME-Version: 1.0 | |
803 | Subject: [PATCH 2 of 3] b |
|
831 | Subject: [PATCH 2 of 3] b | |
804 | X-Mercurial-Node: 97d72e5f12c7e84f85064aa72e5a297142c36ed9 |
|
832 | X-Mercurial-Node: 97d72e5f12c7e84f85064aa72e5a297142c36ed9 | |
|
833 | X-Mercurial-Series-Index: 2 | |||
|
834 | X-Mercurial-Series-Total: 3 | |||
805 | Message-Id: <97d72e5f12c7e84f8506.62@*> (glob) |
|
835 | Message-Id: <97d72e5f12c7e84f8506.62@*> (glob) | |
806 | In-Reply-To: <patchbomb.60@*> (glob) |
|
836 | In-Reply-To: <patchbomb.60@*> (glob) | |
807 | References: <patchbomb.60@*> (glob) |
|
837 | References: <patchbomb.60@*> (glob) | |
@@ -837,6 +867,8 b' test inline for multiple patches:' | |||||
837 | MIME-Version: 1.0 |
|
867 | MIME-Version: 1.0 | |
838 | Subject: [PATCH 3 of 3] long line |
|
868 | Subject: [PATCH 3 of 3] long line | |
839 | X-Mercurial-Node: a2ea8fc83dd8b93cfd86ac97b28287204ab806e1 |
|
869 | X-Mercurial-Node: a2ea8fc83dd8b93cfd86ac97b28287204ab806e1 | |
|
870 | X-Mercurial-Series-Index: 3 | |||
|
871 | X-Mercurial-Series-Total: 3 | |||
840 | Message-Id: <a2ea8fc83dd8b93cfd86.63@*> (glob) |
|
872 | Message-Id: <a2ea8fc83dd8b93cfd86.63@*> (glob) | |
841 | In-Reply-To: <patchbomb.60@*> (glob) |
|
873 | In-Reply-To: <patchbomb.60@*> (glob) | |
842 | References: <patchbomb.60@*> (glob) |
|
874 | References: <patchbomb.60@*> (glob) | |
@@ -894,6 +926,8 b' test attach for single patch:' | |||||
894 | MIME-Version: 1.0 |
|
926 | MIME-Version: 1.0 | |
895 | Subject: [PATCH] test |
|
927 | Subject: [PATCH] test | |
896 | X-Mercurial-Node: ff2c9fa2018b15fa74b33363bda9527323e2a99f |
|
928 | X-Mercurial-Node: ff2c9fa2018b15fa74b33363bda9527323e2a99f | |
|
929 | X-Mercurial-Series-Index: 1 | |||
|
930 | X-Mercurial-Series-Total: 1 | |||
897 | Message-Id: <ff2c9fa2018b15fa74b3.60@*> (glob) |
|
931 | Message-Id: <ff2c9fa2018b15fa74b3.60@*> (glob) | |
898 | User-Agent: Mercurial-patchbomb/* (glob) |
|
932 | User-Agent: Mercurial-patchbomb/* (glob) | |
899 | Date: Thu, 01 Jan 1970 00:01:00 +0000 |
|
933 | Date: Thu, 01 Jan 1970 00:01:00 +0000 | |
@@ -942,6 +976,8 b' test attach for single patch (quoted-pri' | |||||
942 | MIME-Version: 1.0 |
|
976 | MIME-Version: 1.0 | |
943 | Subject: [PATCH] test |
|
977 | Subject: [PATCH] test | |
944 | X-Mercurial-Node: a2ea8fc83dd8b93cfd86ac97b28287204ab806e1 |
|
978 | X-Mercurial-Node: a2ea8fc83dd8b93cfd86ac97b28287204ab806e1 | |
|
979 | X-Mercurial-Series-Index: 1 | |||
|
980 | X-Mercurial-Series-Total: 1 | |||
945 | Message-Id: <a2ea8fc83dd8b93cfd86.60@*> (glob) |
|
981 | Message-Id: <a2ea8fc83dd8b93cfd86.60@*> (glob) | |
946 | User-Agent: Mercurial-patchbomb/* (glob) |
|
982 | User-Agent: Mercurial-patchbomb/* (glob) | |
947 | Date: Thu, 01 Jan 1970 00:01:00 +0000 |
|
983 | Date: Thu, 01 Jan 1970 00:01:00 +0000 | |
@@ -1006,6 +1042,8 b' test attach and body for single patch:' | |||||
1006 | MIME-Version: 1.0 |
|
1042 | MIME-Version: 1.0 | |
1007 | Subject: [PATCH] test |
|
1043 | Subject: [PATCH] test | |
1008 | X-Mercurial-Node: ff2c9fa2018b15fa74b33363bda9527323e2a99f |
|
1044 | X-Mercurial-Node: ff2c9fa2018b15fa74b33363bda9527323e2a99f | |
|
1045 | X-Mercurial-Series-Index: 1 | |||
|
1046 | X-Mercurial-Series-Total: 1 | |||
1009 | Message-Id: <ff2c9fa2018b15fa74b3.60@*> (glob) |
|
1047 | Message-Id: <ff2c9fa2018b15fa74b3.60@*> (glob) | |
1010 | User-Agent: Mercurial-patchbomb/* (glob) |
|
1048 | User-Agent: Mercurial-patchbomb/* (glob) | |
1011 | Date: Thu, 01 Jan 1970 00:01:00 +0000 |
|
1049 | Date: Thu, 01 Jan 1970 00:01:00 +0000 | |
@@ -1081,6 +1119,8 b' test attach for multiple patches:' | |||||
1081 | MIME-Version: 1.0 |
|
1119 | MIME-Version: 1.0 | |
1082 | Subject: [PATCH 1 of 3] a |
|
1120 | Subject: [PATCH 1 of 3] a | |
1083 | X-Mercurial-Node: 8580ff50825a50c8f716709acdf8de0deddcd6ab |
|
1121 | X-Mercurial-Node: 8580ff50825a50c8f716709acdf8de0deddcd6ab | |
|
1122 | X-Mercurial-Series-Index: 1 | |||
|
1123 | X-Mercurial-Series-Total: 3 | |||
1084 | Message-Id: <8580ff50825a50c8f716.61@*> (glob) |
|
1124 | Message-Id: <8580ff50825a50c8f716.61@*> (glob) | |
1085 | In-Reply-To: <patchbomb.60@*> (glob) |
|
1125 | In-Reply-To: <patchbomb.60@*> (glob) | |
1086 | References: <patchbomb.60@*> (glob) |
|
1126 | References: <patchbomb.60@*> (glob) | |
@@ -1125,6 +1165,8 b' test attach for multiple patches:' | |||||
1125 | MIME-Version: 1.0 |
|
1165 | MIME-Version: 1.0 | |
1126 | Subject: [PATCH 2 of 3] b |
|
1166 | Subject: [PATCH 2 of 3] b | |
1127 | X-Mercurial-Node: 97d72e5f12c7e84f85064aa72e5a297142c36ed9 |
|
1167 | X-Mercurial-Node: 97d72e5f12c7e84f85064aa72e5a297142c36ed9 | |
|
1168 | X-Mercurial-Series-Index: 2 | |||
|
1169 | X-Mercurial-Series-Total: 3 | |||
1128 | Message-Id: <97d72e5f12c7e84f8506.62@*> (glob) |
|
1170 | Message-Id: <97d72e5f12c7e84f8506.62@*> (glob) | |
1129 | In-Reply-To: <patchbomb.60@*> (glob) |
|
1171 | In-Reply-To: <patchbomb.60@*> (glob) | |
1130 | References: <patchbomb.60@*> (glob) |
|
1172 | References: <patchbomb.60@*> (glob) | |
@@ -1169,6 +1211,8 b' test attach for multiple patches:' | |||||
1169 | MIME-Version: 1.0 |
|
1211 | MIME-Version: 1.0 | |
1170 | Subject: [PATCH 3 of 3] long line |
|
1212 | Subject: [PATCH 3 of 3] long line | |
1171 | X-Mercurial-Node: a2ea8fc83dd8b93cfd86ac97b28287204ab806e1 |
|
1213 | X-Mercurial-Node: a2ea8fc83dd8b93cfd86ac97b28287204ab806e1 | |
|
1214 | X-Mercurial-Series-Index: 3 | |||
|
1215 | X-Mercurial-Series-Total: 3 | |||
1172 | Message-Id: <a2ea8fc83dd8b93cfd86.63@*> (glob) |
|
1216 | Message-Id: <a2ea8fc83dd8b93cfd86.63@*> (glob) | |
1173 | In-Reply-To: <patchbomb.60@*> (glob) |
|
1217 | In-Reply-To: <patchbomb.60@*> (glob) | |
1174 | References: <patchbomb.60@*> (glob) |
|
1218 | References: <patchbomb.60@*> (glob) | |
@@ -1253,6 +1297,8 b' test intro for single patch:' | |||||
1253 | Content-Transfer-Encoding: 7bit |
|
1297 | Content-Transfer-Encoding: 7bit | |
1254 | Subject: [PATCH 1 of 1] c |
|
1298 | Subject: [PATCH 1 of 1] c | |
1255 | X-Mercurial-Node: ff2c9fa2018b15fa74b33363bda9527323e2a99f |
|
1299 | X-Mercurial-Node: ff2c9fa2018b15fa74b33363bda9527323e2a99f | |
|
1300 | X-Mercurial-Series-Index: 1 | |||
|
1301 | X-Mercurial-Series-Total: 1 | |||
1256 | Message-Id: <ff2c9fa2018b15fa74b3.61@*> (glob) |
|
1302 | Message-Id: <ff2c9fa2018b15fa74b3.61@*> (glob) | |
1257 | In-Reply-To: <patchbomb.60@*> (glob) |
|
1303 | In-Reply-To: <patchbomb.60@*> (glob) | |
1258 | References: <patchbomb.60@*> (glob) |
|
1304 | References: <patchbomb.60@*> (glob) | |
@@ -1304,6 +1350,8 b' test --desc without --intro for a single' | |||||
1304 | Content-Transfer-Encoding: 7bit |
|
1350 | Content-Transfer-Encoding: 7bit | |
1305 | Subject: [PATCH 1 of 1] c |
|
1351 | Subject: [PATCH 1 of 1] c | |
1306 | X-Mercurial-Node: ff2c9fa2018b15fa74b33363bda9527323e2a99f |
|
1352 | X-Mercurial-Node: ff2c9fa2018b15fa74b33363bda9527323e2a99f | |
|
1353 | X-Mercurial-Series-Index: 1 | |||
|
1354 | X-Mercurial-Series-Total: 1 | |||
1307 | Message-Id: <ff2c9fa2018b15fa74b3.61@*> (glob) |
|
1355 | Message-Id: <ff2c9fa2018b15fa74b3.61@*> (glob) | |
1308 | In-Reply-To: <patchbomb.60@*> (glob) |
|
1356 | In-Reply-To: <patchbomb.60@*> (glob) | |
1309 | References: <patchbomb.60@*> (glob) |
|
1357 | References: <patchbomb.60@*> (glob) | |
@@ -1356,6 +1404,8 b' test intro for multiple patches:' | |||||
1356 | Content-Transfer-Encoding: 7bit |
|
1404 | Content-Transfer-Encoding: 7bit | |
1357 | Subject: [PATCH 1 of 2] a |
|
1405 | Subject: [PATCH 1 of 2] a | |
1358 | X-Mercurial-Node: 8580ff50825a50c8f716709acdf8de0deddcd6ab |
|
1406 | X-Mercurial-Node: 8580ff50825a50c8f716709acdf8de0deddcd6ab | |
|
1407 | X-Mercurial-Series-Index: 1 | |||
|
1408 | X-Mercurial-Series-Total: 2 | |||
1359 | Message-Id: <8580ff50825a50c8f716.61@*> (glob) |
|
1409 | Message-Id: <8580ff50825a50c8f716.61@*> (glob) | |
1360 | In-Reply-To: <patchbomb.60@*> (glob) |
|
1410 | In-Reply-To: <patchbomb.60@*> (glob) | |
1361 | References: <patchbomb.60@*> (glob) |
|
1411 | References: <patchbomb.60@*> (glob) | |
@@ -1385,6 +1435,8 b' test intro for multiple patches:' | |||||
1385 | Content-Transfer-Encoding: 7bit |
|
1435 | Content-Transfer-Encoding: 7bit | |
1386 | Subject: [PATCH 2 of 2] b |
|
1436 | Subject: [PATCH 2 of 2] b | |
1387 | X-Mercurial-Node: 97d72e5f12c7e84f85064aa72e5a297142c36ed9 |
|
1437 | X-Mercurial-Node: 97d72e5f12c7e84f85064aa72e5a297142c36ed9 | |
|
1438 | X-Mercurial-Series-Index: 2 | |||
|
1439 | X-Mercurial-Series-Total: 2 | |||
1388 | Message-Id: <97d72e5f12c7e84f8506.62@*> (glob) |
|
1440 | Message-Id: <97d72e5f12c7e84f8506.62@*> (glob) | |
1389 | In-Reply-To: <patchbomb.60@*> (glob) |
|
1441 | In-Reply-To: <patchbomb.60@*> (glob) | |
1390 | References: <patchbomb.60@*> (glob) |
|
1442 | References: <patchbomb.60@*> (glob) | |
@@ -1421,6 +1473,8 b' test reply-to via config:' | |||||
1421 | Content-Transfer-Encoding: 7bit |
|
1473 | Content-Transfer-Encoding: 7bit | |
1422 | Subject: [PATCH] test |
|
1474 | Subject: [PATCH] test | |
1423 | X-Mercurial-Node: ff2c9fa2018b15fa74b33363bda9527323e2a99f |
|
1475 | X-Mercurial-Node: ff2c9fa2018b15fa74b33363bda9527323e2a99f | |
|
1476 | X-Mercurial-Series-Index: 1 | |||
|
1477 | X-Mercurial-Series-Total: 1 | |||
1424 | Message-Id: <ff2c9fa2018b15fa74b3.60@*> (glob) |
|
1478 | Message-Id: <ff2c9fa2018b15fa74b3.60@*> (glob) | |
1425 | User-Agent: Mercurial-patchbomb/* (glob) |
|
1479 | User-Agent: Mercurial-patchbomb/* (glob) | |
1426 | Date: Thu, 01 Jan 1970 00:01:00 +0000 |
|
1480 | Date: Thu, 01 Jan 1970 00:01:00 +0000 | |
@@ -1456,6 +1510,8 b' test reply-to via command line:' | |||||
1456 | Content-Transfer-Encoding: 7bit |
|
1510 | Content-Transfer-Encoding: 7bit | |
1457 | Subject: [PATCH] test |
|
1511 | Subject: [PATCH] test | |
1458 | X-Mercurial-Node: ff2c9fa2018b15fa74b33363bda9527323e2a99f |
|
1512 | X-Mercurial-Node: ff2c9fa2018b15fa74b33363bda9527323e2a99f | |
|
1513 | X-Mercurial-Series-Index: 1 | |||
|
1514 | X-Mercurial-Series-Total: 1 | |||
1459 | Message-Id: <ff2c9fa2018b15fa74b3.60@*> (glob) |
|
1515 | Message-Id: <ff2c9fa2018b15fa74b3.60@*> (glob) | |
1460 | User-Agent: Mercurial-patchbomb/* (glob) |
|
1516 | User-Agent: Mercurial-patchbomb/* (glob) | |
1461 | Date: Thu, 01 Jan 1970 00:01:00 +0000 |
|
1517 | Date: Thu, 01 Jan 1970 00:01:00 +0000 | |
@@ -1494,6 +1550,8 b' test inline for single named patch:' | |||||
1494 | MIME-Version: 1.0 |
|
1550 | MIME-Version: 1.0 | |
1495 | Subject: [PATCH] test |
|
1551 | Subject: [PATCH] test | |
1496 | X-Mercurial-Node: ff2c9fa2018b15fa74b33363bda9527323e2a99f |
|
1552 | X-Mercurial-Node: ff2c9fa2018b15fa74b33363bda9527323e2a99f | |
|
1553 | X-Mercurial-Series-Index: 1 | |||
|
1554 | X-Mercurial-Series-Total: 1 | |||
1497 | Message-Id: <ff2c9fa2018b15fa74b3.60@*> (glob) |
|
1555 | Message-Id: <ff2c9fa2018b15fa74b3.60@*> (glob) | |
1498 | User-Agent: Mercurial-patchbomb/* (glob) |
|
1556 | User-Agent: Mercurial-patchbomb/* (glob) | |
1499 | Date: Thu, 01 Jan 1970 00:01:00 +0000 |
|
1557 | Date: Thu, 01 Jan 1970 00:01:00 +0000 | |
@@ -1549,6 +1607,8 b' test inline for multiple named/unnamed p' | |||||
1549 | MIME-Version: 1.0 |
|
1607 | MIME-Version: 1.0 | |
1550 | Subject: [PATCH 1 of 2] a |
|
1608 | Subject: [PATCH 1 of 2] a | |
1551 | X-Mercurial-Node: 8580ff50825a50c8f716709acdf8de0deddcd6ab |
|
1609 | X-Mercurial-Node: 8580ff50825a50c8f716709acdf8de0deddcd6ab | |
|
1610 | X-Mercurial-Series-Index: 1 | |||
|
1611 | X-Mercurial-Series-Total: 2 | |||
1552 | Message-Id: <8580ff50825a50c8f716.61@*> (glob) |
|
1612 | Message-Id: <8580ff50825a50c8f716.61@*> (glob) | |
1553 | In-Reply-To: <patchbomb.60@*> (glob) |
|
1613 | In-Reply-To: <patchbomb.60@*> (glob) | |
1554 | References: <patchbomb.60@*> (glob) |
|
1614 | References: <patchbomb.60@*> (glob) | |
@@ -1584,6 +1644,8 b' test inline for multiple named/unnamed p' | |||||
1584 | MIME-Version: 1.0 |
|
1644 | MIME-Version: 1.0 | |
1585 | Subject: [PATCH 2 of 2] b |
|
1645 | Subject: [PATCH 2 of 2] b | |
1586 | X-Mercurial-Node: 97d72e5f12c7e84f85064aa72e5a297142c36ed9 |
|
1646 | X-Mercurial-Node: 97d72e5f12c7e84f85064aa72e5a297142c36ed9 | |
|
1647 | X-Mercurial-Series-Index: 2 | |||
|
1648 | X-Mercurial-Series-Total: 2 | |||
1587 | Message-Id: <97d72e5f12c7e84f8506.62@*> (glob) |
|
1649 | Message-Id: <97d72e5f12c7e84f8506.62@*> (glob) | |
1588 | In-Reply-To: <patchbomb.60@*> (glob) |
|
1650 | In-Reply-To: <patchbomb.60@*> (glob) | |
1589 | References: <patchbomb.60@*> (glob) |
|
1651 | References: <patchbomb.60@*> (glob) | |
@@ -1628,6 +1690,8 b' test inreplyto:' | |||||
1628 | Content-Transfer-Encoding: 7bit |
|
1690 | Content-Transfer-Encoding: 7bit | |
1629 | Subject: [PATCH] Added tag two, two.diff for changeset ff2c9fa2018b |
|
1691 | Subject: [PATCH] Added tag two, two.diff for changeset ff2c9fa2018b | |
1630 | X-Mercurial-Node: 7aead2484924c445ad8ce2613df91f52f9e502ed |
|
1692 | X-Mercurial-Node: 7aead2484924c445ad8ce2613df91f52f9e502ed | |
|
1693 | X-Mercurial-Series-Index: 1 | |||
|
1694 | X-Mercurial-Series-Total: 1 | |||
1631 | Message-Id: <7aead2484924c445ad8c.60@*> (glob) |
|
1695 | Message-Id: <7aead2484924c445ad8c.60@*> (glob) | |
1632 | In-Reply-To: <baz> |
|
1696 | In-Reply-To: <baz> | |
1633 | References: <baz> |
|
1697 | References: <baz> | |
@@ -1668,6 +1732,8 b' no intro message in non-interactive mode' | |||||
1668 | Content-Transfer-Encoding: 7bit |
|
1732 | Content-Transfer-Encoding: 7bit | |
1669 | Subject: [PATCH 1 of 2] a |
|
1733 | Subject: [PATCH 1 of 2] a | |
1670 | X-Mercurial-Node: 8580ff50825a50c8f716709acdf8de0deddcd6ab |
|
1734 | X-Mercurial-Node: 8580ff50825a50c8f716709acdf8de0deddcd6ab | |
|
1735 | X-Mercurial-Series-Index: 1 | |||
|
1736 | X-Mercurial-Series-Total: 2 | |||
1671 | Message-Id: <8580ff50825a50c8f716.60@*> (glob) |
|
1737 | Message-Id: <8580ff50825a50c8f716.60@*> (glob) | |
1672 | In-Reply-To: <baz> |
|
1738 | In-Reply-To: <baz> | |
1673 | References: <baz> |
|
1739 | References: <baz> | |
@@ -1697,6 +1763,8 b' no intro message in non-interactive mode' | |||||
1697 | Content-Transfer-Encoding: 7bit |
|
1763 | Content-Transfer-Encoding: 7bit | |
1698 | Subject: [PATCH 2 of 2] b |
|
1764 | Subject: [PATCH 2 of 2] b | |
1699 | X-Mercurial-Node: 97d72e5f12c7e84f85064aa72e5a297142c36ed9 |
|
1765 | X-Mercurial-Node: 97d72e5f12c7e84f85064aa72e5a297142c36ed9 | |
|
1766 | X-Mercurial-Series-Index: 2 | |||
|
1767 | X-Mercurial-Series-Total: 2 | |||
1700 | Message-Id: <97d72e5f12c7e84f8506.61@*> (glob) |
|
1768 | Message-Id: <97d72e5f12c7e84f8506.61@*> (glob) | |
1701 | In-Reply-To: <baz> |
|
1769 | In-Reply-To: <baz> | |
1702 | References: <baz> |
|
1770 | References: <baz> | |
@@ -1752,6 +1820,8 b' no intro message in non-interactive mode' | |||||
1752 | Content-Transfer-Encoding: 7bit |
|
1820 | Content-Transfer-Encoding: 7bit | |
1753 | Subject: [PATCH 1 of 2] a |
|
1821 | Subject: [PATCH 1 of 2] a | |
1754 | X-Mercurial-Node: 8580ff50825a50c8f716709acdf8de0deddcd6ab |
|
1822 | X-Mercurial-Node: 8580ff50825a50c8f716709acdf8de0deddcd6ab | |
|
1823 | X-Mercurial-Series-Index: 1 | |||
|
1824 | X-Mercurial-Series-Total: 2 | |||
1755 | Message-Id: <8580ff50825a50c8f716.61@*> (glob) |
|
1825 | Message-Id: <8580ff50825a50c8f716.61@*> (glob) | |
1756 | In-Reply-To: <patchbomb.60@*> (glob) |
|
1826 | In-Reply-To: <patchbomb.60@*> (glob) | |
1757 | References: <patchbomb.60@*> (glob) |
|
1827 | References: <patchbomb.60@*> (glob) | |
@@ -1781,6 +1851,8 b' no intro message in non-interactive mode' | |||||
1781 | Content-Transfer-Encoding: 7bit |
|
1851 | Content-Transfer-Encoding: 7bit | |
1782 | Subject: [PATCH 2 of 2] b |
|
1852 | Subject: [PATCH 2 of 2] b | |
1783 | X-Mercurial-Node: 97d72e5f12c7e84f85064aa72e5a297142c36ed9 |
|
1853 | X-Mercurial-Node: 97d72e5f12c7e84f85064aa72e5a297142c36ed9 | |
|
1854 | X-Mercurial-Series-Index: 2 | |||
|
1855 | X-Mercurial-Series-Total: 2 | |||
1784 | Message-Id: <97d72e5f12c7e84f8506.62@*> (glob) |
|
1856 | Message-Id: <97d72e5f12c7e84f8506.62@*> (glob) | |
1785 | In-Reply-To: <patchbomb.60@*> (glob) |
|
1857 | In-Reply-To: <patchbomb.60@*> (glob) | |
1786 | References: <patchbomb.60@*> (glob) |
|
1858 | References: <patchbomb.60@*> (glob) | |
@@ -1819,6 +1891,8 b' test single flag for single patch (and n' | |||||
1819 | Content-Transfer-Encoding: 7bit |
|
1891 | Content-Transfer-Encoding: 7bit | |
1820 | Subject: [PATCH fooFlag] test |
|
1892 | Subject: [PATCH fooFlag] test | |
1821 | X-Mercurial-Node: ff2c9fa2018b15fa74b33363bda9527323e2a99f |
|
1893 | X-Mercurial-Node: ff2c9fa2018b15fa74b33363bda9527323e2a99f | |
|
1894 | X-Mercurial-Series-Index: 1 | |||
|
1895 | X-Mercurial-Series-Total: 1 | |||
1822 | Message-Id: <ff2c9fa2018b15fa74b3.60@*> (glob) |
|
1896 | Message-Id: <ff2c9fa2018b15fa74b3.60@*> (glob) | |
1823 | User-Agent: Mercurial-patchbomb/* (glob) |
|
1897 | User-Agent: Mercurial-patchbomb/* (glob) | |
1824 | Date: Thu, 01 Jan 1970 00:01:00 +0000 |
|
1898 | Date: Thu, 01 Jan 1970 00:01:00 +0000 | |
@@ -1870,6 +1944,8 b' test single flag for multiple patches (a' | |||||
1870 | Content-Transfer-Encoding: 7bit |
|
1944 | Content-Transfer-Encoding: 7bit | |
1871 | Subject: [PATCH 1 of 2 fooFlag] a |
|
1945 | Subject: [PATCH 1 of 2 fooFlag] a | |
1872 | X-Mercurial-Node: 8580ff50825a50c8f716709acdf8de0deddcd6ab |
|
1946 | X-Mercurial-Node: 8580ff50825a50c8f716709acdf8de0deddcd6ab | |
|
1947 | X-Mercurial-Series-Index: 1 | |||
|
1948 | X-Mercurial-Series-Total: 2 | |||
1873 | Message-Id: <8580ff50825a50c8f716.61@*> (glob) |
|
1949 | Message-Id: <8580ff50825a50c8f716.61@*> (glob) | |
1874 | In-Reply-To: <patchbomb.60@*> (glob) |
|
1950 | In-Reply-To: <patchbomb.60@*> (glob) | |
1875 | References: <patchbomb.60@*> (glob) |
|
1951 | References: <patchbomb.60@*> (glob) | |
@@ -1899,6 +1975,8 b' test single flag for multiple patches (a' | |||||
1899 | Content-Transfer-Encoding: 7bit |
|
1975 | Content-Transfer-Encoding: 7bit | |
1900 | Subject: [PATCH 2 of 2 fooFlag] b |
|
1976 | Subject: [PATCH 2 of 2 fooFlag] b | |
1901 | X-Mercurial-Node: 97d72e5f12c7e84f85064aa72e5a297142c36ed9 |
|
1977 | X-Mercurial-Node: 97d72e5f12c7e84f85064aa72e5a297142c36ed9 | |
|
1978 | X-Mercurial-Series-Index: 2 | |||
|
1979 | X-Mercurial-Series-Total: 2 | |||
1902 | Message-Id: <97d72e5f12c7e84f8506.62@*> (glob) |
|
1980 | Message-Id: <97d72e5f12c7e84f8506.62@*> (glob) | |
1903 | In-Reply-To: <patchbomb.60@*> (glob) |
|
1981 | In-Reply-To: <patchbomb.60@*> (glob) | |
1904 | References: <patchbomb.60@*> (glob) |
|
1982 | References: <patchbomb.60@*> (glob) | |
@@ -1937,6 +2015,8 b' test multiple flags for single patch:' | |||||
1937 | Content-Transfer-Encoding: 7bit |
|
2015 | Content-Transfer-Encoding: 7bit | |
1938 | Subject: [PATCH fooFlag barFlag] test |
|
2016 | Subject: [PATCH fooFlag barFlag] test | |
1939 | X-Mercurial-Node: ff2c9fa2018b15fa74b33363bda9527323e2a99f |
|
2017 | X-Mercurial-Node: ff2c9fa2018b15fa74b33363bda9527323e2a99f | |
|
2018 | X-Mercurial-Series-Index: 1 | |||
|
2019 | X-Mercurial-Series-Total: 1 | |||
1940 | Message-Id: <ff2c9fa2018b15fa74b3.60@*> (glob) |
|
2020 | Message-Id: <ff2c9fa2018b15fa74b3.60@*> (glob) | |
1941 | User-Agent: Mercurial-patchbomb/* (glob) |
|
2021 | User-Agent: Mercurial-patchbomb/* (glob) | |
1942 | Date: Thu, 01 Jan 1970 00:01:00 +0000 |
|
2022 | Date: Thu, 01 Jan 1970 00:01:00 +0000 | |
@@ -1987,6 +2067,8 b' test multiple flags for multiple patches' | |||||
1987 | Content-Transfer-Encoding: 7bit |
|
2067 | Content-Transfer-Encoding: 7bit | |
1988 | Subject: [PATCH 1 of 2 fooFlag barFlag] a |
|
2068 | Subject: [PATCH 1 of 2 fooFlag barFlag] a | |
1989 | X-Mercurial-Node: 8580ff50825a50c8f716709acdf8de0deddcd6ab |
|
2069 | X-Mercurial-Node: 8580ff50825a50c8f716709acdf8de0deddcd6ab | |
|
2070 | X-Mercurial-Series-Index: 1 | |||
|
2071 | X-Mercurial-Series-Total: 2 | |||
1990 | Message-Id: <8580ff50825a50c8f716.61@*> (glob) |
|
2072 | Message-Id: <8580ff50825a50c8f716.61@*> (glob) | |
1991 | In-Reply-To: <patchbomb.60@*> (glob) |
|
2073 | In-Reply-To: <patchbomb.60@*> (glob) | |
1992 | References: <patchbomb.60@*> (glob) |
|
2074 | References: <patchbomb.60@*> (glob) | |
@@ -2016,6 +2098,8 b' test multiple flags for multiple patches' | |||||
2016 | Content-Transfer-Encoding: 7bit |
|
2098 | Content-Transfer-Encoding: 7bit | |
2017 | Subject: [PATCH 2 of 2 fooFlag barFlag] b |
|
2099 | Subject: [PATCH 2 of 2 fooFlag barFlag] b | |
2018 | X-Mercurial-Node: 97d72e5f12c7e84f85064aa72e5a297142c36ed9 |
|
2100 | X-Mercurial-Node: 97d72e5f12c7e84f85064aa72e5a297142c36ed9 | |
|
2101 | X-Mercurial-Series-Index: 2 | |||
|
2102 | X-Mercurial-Series-Total: 2 | |||
2019 | Message-Id: <97d72e5f12c7e84f8506.62@*> (glob) |
|
2103 | Message-Id: <97d72e5f12c7e84f8506.62@*> (glob) | |
2020 | In-Reply-To: <patchbomb.60@*> (glob) |
|
2104 | In-Reply-To: <patchbomb.60@*> (glob) | |
2021 | References: <patchbomb.60@*> (glob) |
|
2105 | References: <patchbomb.60@*> (glob) | |
@@ -2055,6 +2139,8 b' test multi-address parsing:' | |||||
2055 | Content-Transfer-Encoding: 7bit |
|
2139 | Content-Transfer-Encoding: 7bit | |
2056 | Subject: [PATCH] test |
|
2140 | Subject: [PATCH] test | |
2057 | X-Mercurial-Node: 8580ff50825a50c8f716709acdf8de0deddcd6ab |
|
2141 | X-Mercurial-Node: 8580ff50825a50c8f716709acdf8de0deddcd6ab | |
|
2142 | X-Mercurial-Series-Index: 1 | |||
|
2143 | X-Mercurial-Series-Total: 1 | |||
2058 | Message-Id: <8580ff50825a50c8f716.315532860@*> (glob) |
|
2144 | Message-Id: <8580ff50825a50c8f716.315532860@*> (glob) | |
2059 | User-Agent: Mercurial-patchbomb/* (glob) |
|
2145 | User-Agent: Mercurial-patchbomb/* (glob) | |
2060 | Date: Tue, 01 Jan 1980 00:01:00 +0000 |
|
2146 | Date: Tue, 01 Jan 1980 00:01:00 +0000 | |
@@ -2097,6 +2183,8 b' test multi-byte domain parsing:' | |||||
2097 | Content-Transfer-Encoding: 7bit |
|
2183 | Content-Transfer-Encoding: 7bit | |
2098 | Subject: [PATCH] test |
|
2184 | Subject: [PATCH] test | |
2099 | X-Mercurial-Node: 8580ff50825a50c8f716709acdf8de0deddcd6ab |
|
2185 | X-Mercurial-Node: 8580ff50825a50c8f716709acdf8de0deddcd6ab | |
|
2186 | X-Mercurial-Series-Index: 1 | |||
|
2187 | X-Mercurial-Series-Total: 1 | |||
2100 | Message-Id: <8580ff50825a50c8f716.315532860@*> (glob) |
|
2188 | Message-Id: <8580ff50825a50c8f716.315532860@*> (glob) | |
2101 | User-Agent: Mercurial-patchbomb/* (glob) |
|
2189 | User-Agent: Mercurial-patchbomb/* (glob) | |
2102 | Date: Tue, 01 Jan 1980 00:01:00 +0000 |
|
2190 | Date: Tue, 01 Jan 1980 00:01:00 +0000 | |
@@ -2184,6 +2272,8 b' test outgoing:' | |||||
2184 | Content-Transfer-Encoding: 7bit |
|
2272 | Content-Transfer-Encoding: 7bit | |
2185 | Subject: [PATCH 1 of 6] c |
|
2273 | Subject: [PATCH 1 of 6] c | |
2186 | X-Mercurial-Node: ff2c9fa2018b15fa74b33363bda9527323e2a99f |
|
2274 | X-Mercurial-Node: ff2c9fa2018b15fa74b33363bda9527323e2a99f | |
|
2275 | X-Mercurial-Series-Index: 1 | |||
|
2276 | X-Mercurial-Series-Total: 6 | |||
2187 | Message-Id: <ff2c9fa2018b15fa74b3.315532861@*> (glob) |
|
2277 | Message-Id: <ff2c9fa2018b15fa74b3.315532861@*> (glob) | |
2188 | In-Reply-To: <patchbomb.315532860@*> (glob) |
|
2278 | In-Reply-To: <patchbomb.315532860@*> (glob) | |
2189 | References: <patchbomb.315532860@*> (glob) |
|
2279 | References: <patchbomb.315532860@*> (glob) | |
@@ -2212,6 +2302,8 b' test outgoing:' | |||||
2212 | Content-Transfer-Encoding: 8bit |
|
2302 | Content-Transfer-Encoding: 8bit | |
2213 | Subject: [PATCH 2 of 6] utf-8 content |
|
2303 | Subject: [PATCH 2 of 6] utf-8 content | |
2214 | X-Mercurial-Node: 909a00e13e9d78b575aeee23dddbada46d5a143f |
|
2304 | X-Mercurial-Node: 909a00e13e9d78b575aeee23dddbada46d5a143f | |
|
2305 | X-Mercurial-Series-Index: 2 | |||
|
2306 | X-Mercurial-Series-Total: 6 | |||
2215 | Message-Id: <909a00e13e9d78b575ae.315532862@*> (glob) |
|
2307 | Message-Id: <909a00e13e9d78b575ae.315532862@*> (glob) | |
2216 | In-Reply-To: <patchbomb.315532860@*> (glob) |
|
2308 | In-Reply-To: <patchbomb.315532860@*> (glob) | |
2217 | References: <patchbomb.315532860@*> (glob) |
|
2309 | References: <patchbomb.315532860@*> (glob) | |
@@ -2247,6 +2339,8 b' test outgoing:' | |||||
2247 | Content-Transfer-Encoding: quoted-printable |
|
2339 | Content-Transfer-Encoding: quoted-printable | |
2248 | Subject: [PATCH 3 of 6] long line |
|
2340 | Subject: [PATCH 3 of 6] long line | |
2249 | X-Mercurial-Node: a2ea8fc83dd8b93cfd86ac97b28287204ab806e1 |
|
2341 | X-Mercurial-Node: a2ea8fc83dd8b93cfd86ac97b28287204ab806e1 | |
|
2342 | X-Mercurial-Series-Index: 3 | |||
|
2343 | X-Mercurial-Series-Total: 6 | |||
2250 | Message-Id: <a2ea8fc83dd8b93cfd86.315532863@*> (glob) |
|
2344 | Message-Id: <a2ea8fc83dd8b93cfd86.315532863@*> (glob) | |
2251 | In-Reply-To: <patchbomb.315532860@*> (glob) |
|
2345 | In-Reply-To: <patchbomb.315532860@*> (glob) | |
2252 | References: <patchbomb.315532860@*> (glob) |
|
2346 | References: <patchbomb.315532860@*> (glob) | |
@@ -2291,6 +2385,8 b' test outgoing:' | |||||
2291 | Content-Transfer-Encoding: 8bit |
|
2385 | Content-Transfer-Encoding: 8bit | |
2292 | Subject: [PATCH 4 of 6] isolatin 8-bit encoding |
|
2386 | Subject: [PATCH 4 of 6] isolatin 8-bit encoding | |
2293 | X-Mercurial-Node: 240fb913fc1b7ff15ddb9f33e73d82bf5277c720 |
|
2387 | X-Mercurial-Node: 240fb913fc1b7ff15ddb9f33e73d82bf5277c720 | |
|
2388 | X-Mercurial-Series-Index: 4 | |||
|
2389 | X-Mercurial-Series-Total: 6 | |||
2294 | Message-Id: <240fb913fc1b7ff15ddb.315532864@*> (glob) |
|
2390 | Message-Id: <240fb913fc1b7ff15ddb.315532864@*> (glob) | |
2295 | In-Reply-To: <patchbomb.315532860@*> (glob) |
|
2391 | In-Reply-To: <patchbomb.315532860@*> (glob) | |
2296 | References: <patchbomb.315532860@*> (glob) |
|
2392 | References: <patchbomb.315532860@*> (glob) | |
@@ -2319,6 +2415,8 b' test outgoing:' | |||||
2319 | Content-Transfer-Encoding: 7bit |
|
2415 | Content-Transfer-Encoding: 7bit | |
2320 | Subject: [PATCH 5 of 6] Added tag zero, zero.foo for changeset 8580ff50825a |
|
2416 | Subject: [PATCH 5 of 6] Added tag zero, zero.foo for changeset 8580ff50825a | |
2321 | X-Mercurial-Node: 5d5ef15dfe5e7bd3a4ee154b5fff76c7945ec433 |
|
2417 | X-Mercurial-Node: 5d5ef15dfe5e7bd3a4ee154b5fff76c7945ec433 | |
|
2418 | X-Mercurial-Series-Index: 5 | |||
|
2419 | X-Mercurial-Series-Total: 6 | |||
2322 | Message-Id: <5d5ef15dfe5e7bd3a4ee.315532865@*> (glob) |
|
2420 | Message-Id: <5d5ef15dfe5e7bd3a4ee.315532865@*> (glob) | |
2323 | In-Reply-To: <patchbomb.315532860@*> (glob) |
|
2421 | In-Reply-To: <patchbomb.315532860@*> (glob) | |
2324 | References: <patchbomb.315532860@*> (glob) |
|
2422 | References: <patchbomb.315532860@*> (glob) | |
@@ -2348,6 +2446,8 b' test outgoing:' | |||||
2348 | Content-Transfer-Encoding: 7bit |
|
2446 | Content-Transfer-Encoding: 7bit | |
2349 | Subject: [PATCH 6 of 6] d |
|
2447 | Subject: [PATCH 6 of 6] d | |
2350 | X-Mercurial-Node: 2f9fa9b998c5fe3ac2bd9a2b14bfcbeecbc7c268 |
|
2448 | X-Mercurial-Node: 2f9fa9b998c5fe3ac2bd9a2b14bfcbeecbc7c268 | |
|
2449 | X-Mercurial-Series-Index: 6 | |||
|
2450 | X-Mercurial-Series-Total: 6 | |||
2351 | Message-Id: <2f9fa9b998c5fe3ac2bd.315532866@*> (glob) |
|
2451 | Message-Id: <2f9fa9b998c5fe3ac2bd.315532866@*> (glob) | |
2352 | In-Reply-To: <patchbomb.315532860@*> (glob) |
|
2452 | In-Reply-To: <patchbomb.315532860@*> (glob) | |
2353 | References: <patchbomb.315532860@*> (glob) |
|
2453 | References: <patchbomb.315532860@*> (glob) | |
@@ -2386,6 +2486,8 b' dest#branch URIs:' | |||||
2386 | Content-Transfer-Encoding: 7bit |
|
2486 | Content-Transfer-Encoding: 7bit | |
2387 | Subject: [PATCH] test |
|
2487 | Subject: [PATCH] test | |
2388 | X-Mercurial-Node: 2f9fa9b998c5fe3ac2bd9a2b14bfcbeecbc7c268 |
|
2488 | X-Mercurial-Node: 2f9fa9b998c5fe3ac2bd9a2b14bfcbeecbc7c268 | |
|
2489 | X-Mercurial-Series-Index: 1 | |||
|
2490 | X-Mercurial-Series-Total: 1 | |||
2389 | Message-Id: <2f9fa9b998c5fe3ac2bd.315532860@*> (glob) |
|
2491 | Message-Id: <2f9fa9b998c5fe3ac2bd.315532860@*> (glob) | |
2390 | User-Agent: Mercurial-patchbomb/* (glob) |
|
2492 | User-Agent: Mercurial-patchbomb/* (glob) | |
2391 | Date: Tue, 01 Jan 1980 00:01:00 +0000 |
|
2493 | Date: Tue, 01 Jan 1980 00:01:00 +0000 |
General Comments 0
You need to be logged in to leave comments.
Login now