##// END OF EJS Templates
patchbomb: don't localize Date headers
Dirkjan Ochtman -
r8520:8c7f1afa default
parent child Browse files
Show More
@@ -415,7 +415,7 b' def patchbomb(ui, repo, *revs, **opts):'
415 415 first = False
416 416
417 417 m['User-Agent'] = 'Mercurial-patchbomb/%s' % util.version()
418 m['Date'] = util.datestr(start_time, "%a, %d %b %Y %H:%M:%S %1%2")
418 m['Date'] = email.Utils.formatdate(start_time[0])
419 419
420 420 start_time = (start_time[0] + 1, start_time[1])
421 421 m['From'] = sender
@@ -10,7 +10,7 b' Subject: [PATCH] a'
10 10 X-Mercurial-Node: 8580ff50825a50c8f716709acdf8de0deddcd6ab
11 11 Message-Id: <8580ff50825a50c8f716.60@
12 12 User-Agent: Mercurial-patchbomb
13 Date: Thu, 01 Jan 1970 00:01:00 +0000
13 Date: Thu, 01 Jan 1970 00:01:00 -0000
14 14 From: quux
15 15 To: foo
16 16 Cc: bar
@@ -42,7 +42,7 b' Content-Transfer-Encoding: 7bit'
42 42 Subject: [PATCH 0 of 2] test
43 43 Message-Id: <patchbomb.120@
44 44 User-Agent: Mercurial-patchbomb
45 Date: Thu, 01 Jan 1970 00:02:00 +0000
45 Date: Thu, 01 Jan 1970 00:02:00 -0000
46 46 From: quux
47 47 To: foo
48 48 Cc: bar
@@ -58,7 +58,7 b' Message-Id: <8580ff50825a50c8f716.121@'
58 58 In-Reply-To: <patchbomb.120@
59 59 References: <patchbomb.120@
60 60 User-Agent: Mercurial-patchbomb
61 Date: Thu, 01 Jan 1970 00:02:01 +0000
61 Date: Thu, 01 Jan 1970 00:02:01 -0000
62 62 From: quux
63 63 To: foo
64 64 Cc: bar
@@ -86,7 +86,7 b' Message-Id: <97d72e5f12c7e84f8506.122@'
86 86 In-Reply-To: <patchbomb.120@
87 87 References: <patchbomb.120@
88 88 User-Agent: Mercurial-patchbomb
89 Date: Thu, 01 Jan 1970 00:02:02 +0000
89 Date: Thu, 01 Jan 1970 00:02:02 -0000
90 90 From: quux
91 91 To: foo
92 92 Cc: bar
@@ -124,7 +124,7 b' MIME-Version: 1.0'
124 124 Subject: test
125 125 Message-Id: <patchbomb.180@
126 126 User-Agent: Mercurial-patchbomb
127 Date: Thu, 01 Jan 1970 00:03:00 +0000
127 Date: Thu, 01 Jan 1970 00:03:00 -0000
128 128 From: quux
129 129 To: foo
130 130 Cc: bar
@@ -157,7 +157,7 b' adding description'
157 157 adding utf
158 158 % no mime encoding for email --test
159 159 % md5sum of 8-bit output
160 e726c29b3008e77994c7572563e57c34 mailtest
160 1b28ee86c937a1f9e2bf6fc5eabd00a5 mailtest
161 161 % mime encoded mbox (base64)
162 162 This patch series consists of 1 patches.
163 163
@@ -171,7 +171,7 b' Subject: [PATCH] charset=utf-8; content-'
171 171 X-Mercurial-Node: c3c9e37db9f4fe4882cda39baf42fed6bad8b15a
172 172 Message-Id: <c3c9e37db9f4fe4882cd.240@
173 173 User-Agent: Mercurial-patchbomb
174 Date: Thu, 01 Jan 1970 00:04:00 +0000
174 Date: Thu, 01 Jan 1970 00:04:00 -0000
175 175 From: quux
176 176 To: foo
177 177 Cc: bar
@@ -192,7 +192,7 b' LTAsMCArMSwxIEBACitow7ZtbWEhCg=='
192 192 adding qp
193 193 % no mime encoding for email --test
194 194 % md5sum of qp output
195 0402c7d033e04044e423bb04816f9dae mailtest
195 7b5f11d50349b32eff4a9b2daaa82e7f mailtest
196 196 % mime encoded mbox (quoted-printable)
197 197 This patch series consists of 1 patches.
198 198
@@ -206,7 +206,7 b' Subject: [PATCH] charset=utf-8; content-'
206 206 X-Mercurial-Node: c655633f8c87700bb38cc6a59a2753bdc5a6c376
207 207 Message-Id: <c655633f8c87700bb38c.240@
208 208 User-Agent: Mercurial-patchbomb
209 Date: Thu, 01 Jan 1970 00:04:00 +0000
209 Date: Thu, 01 Jan 1970 00:04:00 -0000
210 210 From: quux
211 211 To: foo
212 212 Cc: bar
@@ -249,7 +249,7 b' This patch series consists of 1 patches.'
249 249
250 250 Writing [PATCH] charset=us-ascii; content-transfer-encoding: 8bit ...
251 251 % md5sum of 8-bit output
252 9ea043d8fc43a71045114508baed144b mboxfix
252 e61684fc0bcccba4204714be37951893 mboxfix
253 253 % test diffstat for single patch
254 254 This patch series consists of 1 patches.
255 255
@@ -267,7 +267,7 b' Subject: [PATCH] test'
267 267 X-Mercurial-Node: ff2c9fa2018b15fa74b33363bda9527323e2a99f
268 268 Message-Id: <ff2c9fa2018b15fa74b3.60@
269 269 User-Agent: Mercurial-patchbomb
270 Date: Thu, 01 Jan 1970 00:01:00 +0000
270 Date: Thu, 01 Jan 1970 00:01:00 -0000
271 271 From: quux
272 272 To: foo
273 273 Cc: bar
@@ -319,7 +319,7 b' Content-Transfer-Encoding: 7bit'
319 319 Subject: [PATCH 0 of 2] test
320 320 Message-Id: <patchbomb.60@
321 321 User-Agent: Mercurial-patchbomb
322 Date: Thu, 01 Jan 1970 00:01:00 +0000
322 Date: Thu, 01 Jan 1970 00:01:00 -0000
323 323 From: quux
324 324 To: foo
325 325 Cc: bar
@@ -339,7 +339,7 b' Message-Id: <8580ff50825a50c8f716.61@'
339 339 In-Reply-To: <patchbomb.60@
340 340 References: <patchbomb.60@
341 341 User-Agent: Mercurial-patchbomb
342 Date: Thu, 01 Jan 1970 00:01:01 +0000
342 Date: Thu, 01 Jan 1970 00:01:01 -0000
343 343 From: quux
344 344 To: foo
345 345 Cc: bar
@@ -371,7 +371,7 b' Message-Id: <97d72e5f12c7e84f8506.62@'
371 371 In-Reply-To: <patchbomb.60@
372 372 References: <patchbomb.60@
373 373 User-Agent: Mercurial-patchbomb
374 Date: Thu, 01 Jan 1970 00:01:02 +0000
374 Date: Thu, 01 Jan 1970 00:01:02 -0000
375 375 From: quux
376 376 To: foo
377 377 Cc: bar
@@ -404,7 +404,7 b' Subject: [PATCH] test'
404 404 X-Mercurial-Node: ff2c9fa2018b15fa74b33363bda9527323e2a99f
405 405 Message-Id: <ff2c9fa2018b15fa74b3.60@
406 406 User-Agent: Mercurial-patchbomb
407 Date: Thu, 01 Jan 1970 00:01:00 +0000
407 Date: Thu, 01 Jan 1970 00:01:00 -0000
408 408 From: quux
409 409 To: foo
410 410 Cc: bar
@@ -440,7 +440,7 b' Subject: [PATCH] test'
440 440 X-Mercurial-Node: c655633f8c87700bb38cc6a59a2753bdc5a6c376
441 441 Message-Id: <c655633f8c87700bb38c.60@
442 442 User-Agent: Mercurial-patchbomb
443 Date: Thu, 01 Jan 1970 00:01:00 +0000
443 Date: Thu, 01 Jan 1970 00:01:00 -0000
444 444 From: quux
445 445 To: foo
446 446 Cc: bar
@@ -495,7 +495,7 b' Content-Transfer-Encoding: 7bit'
495 495 Subject: [PATCH 0 of 3] test
496 496 Message-Id: <patchbomb.60@
497 497 User-Agent: Mercurial-patchbomb
498 Date: Thu, 01 Jan 1970 00:01:00 +0000
498 Date: Thu, 01 Jan 1970 00:01:00 -0000
499 499 From: quux
500 500 To: foo
501 501 Cc: bar
@@ -510,7 +510,7 b' Message-Id: <8580ff50825a50c8f716.61@'
510 510 In-Reply-To: <patchbomb.60@
511 511 References: <patchbomb.60@
512 512 User-Agent: Mercurial-patchbomb
513 Date: Thu, 01 Jan 1970 00:01:01 +0000
513 Date: Thu, 01 Jan 1970 00:01:01 -0000
514 514 From: quux
515 515 To: foo
516 516 Cc: bar
@@ -544,7 +544,7 b' Message-Id: <97d72e5f12c7e84f8506.62@'
544 544 In-Reply-To: <patchbomb.60@
545 545 References: <patchbomb.60@
546 546 User-Agent: Mercurial-patchbomb
547 Date: Thu, 01 Jan 1970 00:01:02 +0000
547 Date: Thu, 01 Jan 1970 00:01:02 -0000
548 548 From: quux
549 549 To: foo
550 550 Cc: bar
@@ -579,7 +579,7 b' Message-Id: <c655633f8c87700bb38c.63@'
579 579 In-Reply-To: <patchbomb.60@
580 580 References: <patchbomb.60@
581 581 User-Agent: Mercurial-patchbomb
582 Date: Thu, 01 Jan 1970 00:01:03 +0000
582 Date: Thu, 01 Jan 1970 00:01:03 -0000
583 583 From: quux
584 584 To: foo
585 585 Cc: bar
@@ -631,7 +631,7 b' Subject: [PATCH] test'
631 631 X-Mercurial-Node: ff2c9fa2018b15fa74b33363bda9527323e2a99f
632 632 Message-Id: <ff2c9fa2018b15fa74b3.60@
633 633 User-Agent: Mercurial-patchbomb
634 Date: Thu, 01 Jan 1970 00:01:00 +0000
634 Date: Thu, 01 Jan 1970 00:01:00 -0000
635 635 From: quux
636 636 To: foo
637 637 Cc: bar
@@ -676,7 +676,7 b' Subject: [PATCH] test'
676 676 X-Mercurial-Node: c655633f8c87700bb38cc6a59a2753bdc5a6c376
677 677 Message-Id: <c655633f8c87700bb38c.60@
678 678 User-Agent: Mercurial-patchbomb
679 Date: Thu, 01 Jan 1970 00:01:00 +0000
679 Date: Thu, 01 Jan 1970 00:01:00 -0000
680 680 From: quux
681 681 To: foo
682 682 Cc: bar
@@ -740,7 +740,7 b' Content-Transfer-Encoding: 7bit'
740 740 Subject: [PATCH 0 of 3] test
741 741 Message-Id: <patchbomb.60@
742 742 User-Agent: Mercurial-patchbomb
743 Date: Thu, 01 Jan 1970 00:01:00 +0000
743 Date: Thu, 01 Jan 1970 00:01:00 -0000
744 744 From: quux
745 745 To: foo
746 746 Cc: bar
@@ -755,7 +755,7 b' Message-Id: <8580ff50825a50c8f716.61@'
755 755 In-Reply-To: <patchbomb.60@
756 756 References: <patchbomb.60@
757 757 User-Agent: Mercurial-patchbomb
758 Date: Thu, 01 Jan 1970 00:01:01 +0000
758 Date: Thu, 01 Jan 1970 00:01:01 -0000
759 759 From: quux
760 760 To: foo
761 761 Cc: bar
@@ -798,7 +798,7 b' Message-Id: <97d72e5f12c7e84f8506.62@'
798 798 In-Reply-To: <patchbomb.60@
799 799 References: <patchbomb.60@
800 800 User-Agent: Mercurial-patchbomb
801 Date: Thu, 01 Jan 1970 00:01:02 +0000
801 Date: Thu, 01 Jan 1970 00:01:02 -0000
802 802 From: quux
803 803 To: foo
804 804 Cc: bar
@@ -842,7 +842,7 b' Message-Id: <c655633f8c87700bb38c.63@'
842 842 In-Reply-To: <patchbomb.60@
843 843 References: <patchbomb.60@
844 844 User-Agent: Mercurial-patchbomb
845 Date: Thu, 01 Jan 1970 00:01:03 +0000
845 Date: Thu, 01 Jan 1970 00:01:03 -0000
846 846 From: quux
847 847 To: foo
848 848 Cc: bar
@@ -906,7 +906,7 b' Content-Transfer-Encoding: 7bit'
906 906 Subject: [PATCH 0 of 1] test
907 907 Message-Id: <patchbomb.60@
908 908 User-Agent: Mercurial-patchbomb
909 Date: Thu, 01 Jan 1970 00:01:00 +0000
909 Date: Thu, 01 Jan 1970 00:01:00 -0000
910 910 From: quux
911 911 To: foo
912 912 Cc: bar
@@ -922,7 +922,7 b' Message-Id: <ff2c9fa2018b15fa74b3.61@'
922 922 In-Reply-To: <patchbomb.60@
923 923 References: <patchbomb.60@
924 924 User-Agent: Mercurial-patchbomb
925 Date: Thu, 01 Jan 1970 00:01:01 +0000
925 Date: Thu, 01 Jan 1970 00:01:01 -0000
926 926 From: quux
927 927 To: foo
928 928 Cc: bar
@@ -954,7 +954,7 b' Content-Transfer-Encoding: 7bit'
954 954 Subject: [PATCH 0 of 2] test
955 955 Message-Id: <patchbomb.60@
956 956 User-Agent: Mercurial-patchbomb
957 Date: Thu, 01 Jan 1970 00:01:00 +0000
957 Date: Thu, 01 Jan 1970 00:01:00 -0000
958 958 From: quux
959 959 To: foo
960 960 Cc: bar
@@ -970,7 +970,7 b' Message-Id: <8580ff50825a50c8f716.61@'
970 970 In-Reply-To: <patchbomb.60@
971 971 References: <patchbomb.60@
972 972 User-Agent: Mercurial-patchbomb
973 Date: Thu, 01 Jan 1970 00:01:01 +0000
973 Date: Thu, 01 Jan 1970 00:01:01 -0000
974 974 From: quux
975 975 To: foo
976 976 Cc: bar
@@ -998,7 +998,7 b' Message-Id: <97d72e5f12c7e84f8506.62@'
998 998 In-Reply-To: <patchbomb.60@
999 999 References: <patchbomb.60@
1000 1000 User-Agent: Mercurial-patchbomb
1001 Date: Thu, 01 Jan 1970 00:01:02 +0000
1001 Date: Thu, 01 Jan 1970 00:01:02 -0000
1002 1002 From: quux
1003 1003 To: foo
1004 1004 Cc: bar
@@ -1028,7 +1028,7 b' Subject: [PATCH] test'
1028 1028 X-Mercurial-Node: ff2c9fa2018b15fa74b33363bda9527323e2a99f
1029 1029 Message-Id: <ff2c9fa2018b15fa74b3.60@
1030 1030 User-Agent: Mercurial-patchbomb
1031 Date: Thu, 01 Jan 1970 00:01:00 +0000
1031 Date: Thu, 01 Jan 1970 00:01:00 -0000
1032 1032 From: quux
1033 1033 To: foo
1034 1034 Cc: bar
@@ -1067,7 +1067,7 b' Content-Transfer-Encoding: 7bit'
1067 1067 Subject: [PATCH 0 of 2] test
1068 1068 Message-Id: <patchbomb.60@
1069 1069 User-Agent: Mercurial-patchbomb
1070 Date: Thu, 01 Jan 1970 00:01:00 +0000
1070 Date: Thu, 01 Jan 1970 00:01:00 -0000
1071 1071 From: quux
1072 1072 To: foo
1073 1073 Cc: bar
@@ -1082,7 +1082,7 b' Message-Id: <8580ff50825a50c8f716.61@'
1082 1082 In-Reply-To: <patchbomb.60@
1083 1083 References: <patchbomb.60@
1084 1084 User-Agent: Mercurial-patchbomb
1085 Date: Thu, 01 Jan 1970 00:01:01 +0000
1085 Date: Thu, 01 Jan 1970 00:01:01 -0000
1086 1086 From: quux
1087 1087 To: foo
1088 1088 Cc: bar
@@ -1116,7 +1116,7 b' Message-Id: <97d72e5f12c7e84f8506.62@'
1116 1116 In-Reply-To: <patchbomb.60@
1117 1117 References: <patchbomb.60@
1118 1118 User-Agent: Mercurial-patchbomb
1119 Date: Thu, 01 Jan 1970 00:01:02 +0000
1119 Date: Thu, 01 Jan 1970 00:01:02 -0000
1120 1120 From: quux
1121 1121 To: foo
1122 1122 Cc: bar
@@ -1155,7 +1155,7 b' Message-Id: <e317db6a6f288748d1f6.60@'
1155 1155 In-Reply-To: baz
1156 1156 References: baz
1157 1157 User-Agent: Mercurial-patchbomb
1158 Date: Thu, 01 Jan 1970 00:01:00 +0000
1158 Date: Thu, 01 Jan 1970 00:01:00 -0000
1159 1159 From: quux
1160 1160 To: foo
1161 1161 Cc: bar
@@ -1192,7 +1192,7 b' Message-Id: <patchbomb.60@'
1192 1192 In-Reply-To: baz
1193 1193 References: baz
1194 1194 User-Agent: Mercurial-patchbomb
1195 Date: Thu, 01 Jan 1970 00:01:00 +0000
1195 Date: Thu, 01 Jan 1970 00:01:00 -0000
1196 1196 From: quux
1197 1197 To: foo
1198 1198 Cc: bar
@@ -1208,7 +1208,7 b' Message-Id: <8580ff50825a50c8f716.61@'
1208 1208 In-Reply-To: <patchbomb.60@
1209 1209 References: <patchbomb.60@
1210 1210 User-Agent: Mercurial-patchbomb
1211 Date: Thu, 01 Jan 1970 00:01:01 +0000
1211 Date: Thu, 01 Jan 1970 00:01:01 -0000
1212 1212 From: quux
1213 1213 To: foo
1214 1214 Cc: bar
@@ -1236,7 +1236,7 b' Message-Id: <97d72e5f12c7e84f8506.62@'
1236 1236 In-Reply-To: <patchbomb.60@
1237 1237 References: <patchbomb.60@
1238 1238 User-Agent: Mercurial-patchbomb
1239 Date: Thu, 01 Jan 1970 00:01:02 +0000
1239 Date: Thu, 01 Jan 1970 00:01:02 -0000
1240 1240 From: quux
1241 1241 To: foo
1242 1242 Cc: bar
General Comments 0
You need to be logged in to leave comments. Login now