Show More
@@ -235,7 +235,7 b' test bundle and description:' | |||||
235 |
|
235 | |||
236 | utf-8 patch: |
|
236 | utf-8 patch: | |
237 | $ python -c 'fp = open("utf", "wb"); fp.write("h\xC3\xB6mma!\n"); fp.close();' |
|
237 | $ python -c 'fp = open("utf", "wb"); fp.write("h\xC3\xB6mma!\n"); fp.close();' | |
238 |
$ hg commit -A -d '4 0' -m ' |
|
238 | $ hg commit -A -d '4 0' -m 'utf-8 content' | |
239 | adding description |
|
239 | adding description | |
240 | adding utf |
|
240 | adding utf | |
241 |
|
241 | |||
@@ -244,13 +244,13 b' no mime encoding for email --test:' | |||||
244 | This patch series consists of 1 patches. |
|
244 | This patch series consists of 1 patches. | |
245 |
|
245 | |||
246 |
|
246 | |||
247 |
Displaying [PATCH] |
|
247 | Displaying [PATCH] utf-8 content ... | |
248 | Content-Type: text/plain; charset="us-ascii" |
|
248 | Content-Type: text/plain; charset="us-ascii" | |
249 | MIME-Version: 1.0 |
|
249 | MIME-Version: 1.0 | |
250 | Content-Transfer-Encoding: 8bit |
|
250 | Content-Transfer-Encoding: 8bit | |
251 |
Subject: [PATCH] |
|
251 | Subject: [PATCH] utf-8 content | |
252 | X-Mercurial-Node: c3c9e37db9f4fe4882cda39baf42fed6bad8b15a |
|
252 | X-Mercurial-Node: 909a00e13e9d78b575aeee23dddbada46d5a143f | |
253 |
Message-Id: < |
|
253 | Message-Id: <909a00e13e9d78b575ae.240@*> (glob) | |
254 | User-Agent: Mercurial-patchbomb/* (glob) |
|
254 | User-Agent: Mercurial-patchbomb/* (glob) | |
255 | Date: Thu, 01 Jan 1970 00:04:00 +0000 |
|
255 | Date: Thu, 01 Jan 1970 00:04:00 +0000 | |
256 | From: quux |
|
256 | From: quux | |
@@ -260,18 +260,18 b' no mime encoding for email --test:' | |||||
260 | # HG changeset patch |
|
260 | # HG changeset patch | |
261 | # User test |
|
261 | # User test | |
262 | # Date 4 0 |
|
262 | # Date 4 0 | |
263 | # Node ID c3c9e37db9f4fe4882cda39baf42fed6bad8b15a |
|
263 | # Node ID 909a00e13e9d78b575aeee23dddbada46d5a143f | |
264 | # Parent ff2c9fa2018b15fa74b33363bda9527323e2a99f |
|
264 | # Parent ff2c9fa2018b15fa74b33363bda9527323e2a99f | |
265 | charset=utf-8; content-transfer-encoding: base64 |
|
265 | utf-8 content | |
266 |
|
266 | |||
267 |
diff -r ff2c9fa2018b -r |
|
267 | diff -r ff2c9fa2018b -r 909a00e13e9d description | |
268 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 |
|
268 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 | |
269 | +++ b/description Thu Jan 01 00:00:04 1970 +0000 |
|
269 | +++ b/description Thu Jan 01 00:00:04 1970 +0000 | |
270 | @@ -0,0 +1,3 @@ |
|
270 | @@ -0,0 +1,3 @@ | |
271 | +a multiline |
|
271 | +a multiline | |
272 | + |
|
272 | + | |
273 | +description |
|
273 | +description | |
274 |
diff -r ff2c9fa2018b -r |
|
274 | diff -r ff2c9fa2018b -r 909a00e13e9d utf | |
275 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 |
|
275 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 | |
276 | +++ b/utf Thu Jan 01 00:00:04 1970 +0000 |
|
276 | +++ b/utf Thu Jan 01 00:00:04 1970 +0000 | |
277 | @@ -0,0 +1,1 @@ |
|
277 | @@ -0,0 +1,1 @@ | |
@@ -283,50 +283,49 b' mime encoded mbox (base64):' | |||||
283 | This patch series consists of 1 patches. |
|
283 | This patch series consists of 1 patches. | |
284 |
|
284 | |||
285 |
|
285 | |||
286 |
Writing [PATCH] |
|
286 | Writing [PATCH] utf-8 content ... | |
287 |
|
287 | |||
288 |
$ |
|
288 | $ cat mbox | |
289 | From quux Thu Jan 01 00:04:01 1970 |
|
289 | From quux Thu Jan 01 00:04:01 1970 | |
290 | Content-Type: text/plain; charset="utf-8" |
|
290 | Content-Type: text/plain; charset="utf-8" | |
291 | MIME-Version: 1.0 |
|
291 | MIME-Version: 1.0 | |
292 | Content-Transfer-Encoding: base64 |
|
292 | Content-Transfer-Encoding: base64 | |
293 |
Subject: [PATCH] |
|
293 | Subject: [PATCH] utf-8 content | |
294 | X-Mercurial-Node: c3c9e37db9f4fe4882cda39baf42fed6bad8b15a |
|
294 | X-Mercurial-Node: 909a00e13e9d78b575aeee23dddbada46d5a143f | |
295 |
Message-Id: < |
|
295 | Message-Id: <909a00e13e9d78b575ae.240@*> (glob) | |
296 | User-Agent: Mercurial-patchbomb/* (glob) |
|
296 | User-Agent: Mercurial-patchbomb/* (glob) | |
297 | Date: Thu, 01 Jan 1970 00:04:00 +0000 |
|
297 | Date: Thu, 01 Jan 1970 00:04:00 +0000 | |
298 | From: quux |
|
298 | From: quux | |
299 | To: foo |
|
299 | To: foo | |
300 | Cc: bar |
|
300 | Cc: bar | |
301 |
|
301 | |||
302 |
IyBIRyBjaGFuZ2VzZXQgcGF0Y2gKIyBVc2VyIHRlc3QKIyBEYXRlIDQgMAojIE5vZGUgSUQg |
|
302 | IyBIRyBjaGFuZ2VzZXQgcGF0Y2gKIyBVc2VyIHRlc3QKIyBEYXRlIDQgMAojIE5vZGUgSUQgOTA5 | |
303 | OWUzN2RiOWY0ZmU0ODgyY2RhMzliYWY0MmZlZDZiYWQ4YjE1YQojIFBhcmVudCAgZmYyYzlmYTIw |
|
303 | YTAwZTEzZTlkNzhiNTc1YWVlZTIzZGRkYmFkYTQ2ZDVhMTQzZgojIFBhcmVudCAgZmYyYzlmYTIw | |
304 |
MThiMTVmYTc0YjMzMzYzYmRhOTUyNzMyM2UyYTk5Zgp |
|
304 | MThiMTVmYTc0YjMzMzYzYmRhOTUyNzMyM2UyYTk5Zgp1dGYtOCBjb250ZW50CgpkaWZmIC1yIGZm | |
305 | YW5zZmVyLWVuY29kaW5nOiBiYXNlNjQKCmRpZmYgLXIgZmYyYzlmYTIwMThiIC1yIGMzYzllMzdk |
|
305 | MmM5ZmEyMDE4YiAtciA5MDlhMDBlMTNlOWQgZGVzY3JpcHRpb24KLS0tIC9kZXYvbnVsbAlUaHUg | |
306 | YjlmNCBkZXNjcmlwdGlvbgotLS0gL2Rldi9udWxsCVRodSBKYW4gMDEgMDA6MDA6MDAgMTk3MCAr |
|
306 | SmFuIDAxIDAwOjAwOjAwIDE5NzAgKzAwMDAKKysrIGIvZGVzY3JpcHRpb24JVGh1IEphbiAwMSAw | |
307 | MDAwMAorKysgYi9kZXNjcmlwdGlvbglUaHUgSmFuIDAxIDAwOjAwOjA0IDE5NzAgKzAwMDAKQEAg |
|
307 | MDowMDowNCAxOTcwICswMDAwCkBAIC0wLDAgKzEsMyBAQAorYSBtdWx0aWxpbmUKKworZGVzY3Jp | |
308 | LTAsMCArMSwzIEBACithIG11bHRpbGluZQorCitkZXNjcmlwdGlvbgpkaWZmIC1yIGZmMmM5ZmEy |
|
308 | cHRpb24KZGlmZiAtciBmZjJjOWZhMjAxOGIgLXIgOTA5YTAwZTEzZTlkIHV0ZgotLS0gL2Rldi9u | |
309 | MDE4YiAtciBjM2M5ZTM3ZGI5ZjQgdXRmCi0tLSAvZGV2L251bGwJVGh1IEphbiAwMSAwMDowMDow |
|
309 | dWxsCVRodSBKYW4gMDEgMDA6MDA6MDAgMTk3MCArMDAwMAorKysgYi91dGYJVGh1IEphbiAwMSAw | |
310 | MCAxOTcwICswMDAwCisrKyBiL3V0ZglUaHUgSmFuIDAxIDAwOjAwOjA0IDE5NzAgKzAwMDAKQEAg |
|
310 | MDowMDowNCAxOTcwICswMDAwCkBAIC0wLDAgKzEsMSBAQAoraMO2bW1hIQo= | |
311 | LTAsMCArMSwxIEBACitow7ZtbWEhCg== |
|
|||
312 |
|
311 | |||
313 |
|
312 | |||
314 | $ python -c 'print open("mbox").read().split("\n\n")[1].decode("base64")' |
|
313 | $ python -c 'print open("mbox").read().split("\n\n")[1].decode("base64")' | |
315 | # HG changeset patch |
|
314 | # HG changeset patch | |
316 | # User test |
|
315 | # User test | |
317 | # Date 4 0 |
|
316 | # Date 4 0 | |
318 | # Node ID c3c9e37db9f4fe4882cda39baf42fed6bad8b15a |
|
317 | # Node ID 909a00e13e9d78b575aeee23dddbada46d5a143f | |
319 | # Parent ff2c9fa2018b15fa74b33363bda9527323e2a99f |
|
318 | # Parent ff2c9fa2018b15fa74b33363bda9527323e2a99f | |
320 | charset=utf-8; content-transfer-encoding: base64 |
|
319 | utf-8 content | |
321 |
|
320 | |||
322 |
diff -r ff2c9fa2018b -r |
|
321 | diff -r ff2c9fa2018b -r 909a00e13e9d description | |
323 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 |
|
322 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 | |
324 | +++ b/description Thu Jan 01 00:00:04 1970 +0000 |
|
323 | +++ b/description Thu Jan 01 00:00:04 1970 +0000 | |
325 | @@ -0,0 +1,3 @@ |
|
324 | @@ -0,0 +1,3 @@ | |
326 | +a multiline |
|
325 | +a multiline | |
327 | + |
|
326 | + | |
328 | +description |
|
327 | +description | |
329 |
diff -r ff2c9fa2018b -r |
|
328 | diff -r ff2c9fa2018b -r 909a00e13e9d utf | |
330 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 |
|
329 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 | |
331 | +++ b/utf Thu Jan 01 00:00:04 1970 +0000 |
|
330 | +++ b/utf Thu Jan 01 00:00:04 1970 +0000 | |
332 | @@ -0,0 +1,1 @@ |
|
331 | @@ -0,0 +1,1 @@ | |
@@ -335,22 +334,22 b' mime encoded mbox (base64):' | |||||
335 | $ rm mbox |
|
334 | $ rm mbox | |
336 |
|
335 | |||
337 | mime encoded mbox (quoted-printable): |
|
336 | mime encoded mbox (quoted-printable): | |
338 |
$ python -c 'fp = open(" |
|
337 | $ python -c 'fp = open("long", "wb"); fp.write("%s\nfoo\n\nbar\n" % ("x" * 1024)); fp.close();' | |
339 | $ hg commit -A -d '4 0' -m 'charset=utf-8; content-transfer-encoding: quoted-printable' |
|
338 | $ hg commit -A -d '4 0' -m 'long line' | |
340 |
adding |
|
339 | adding long | |
341 |
|
340 | |||
342 | no mime encoding for email --test: |
|
341 | no mime encoding for email --test: | |
343 | $ hg email --date '1970-1-1 0:4' -f quux -t foo -c bar -r tip -n |
|
342 | $ hg email --date '1970-1-1 0:4' -f quux -t foo -c bar -r tip -n | |
344 | This patch series consists of 1 patches. |
|
343 | This patch series consists of 1 patches. | |
345 |
|
344 | |||
346 |
|
345 | |||
347 | Displaying [PATCH] charset=utf-8; content-transfer-encoding: quoted-printable ... |
|
346 | Displaying [PATCH] long line ... | |
348 | Content-Type: text/plain; charset="us-ascii" |
|
347 | Content-Type: text/plain; charset="us-ascii" | |
349 | MIME-Version: 1.0 |
|
348 | MIME-Version: 1.0 | |
350 | Content-Transfer-Encoding: quoted-printable |
|
349 | Content-Transfer-Encoding: quoted-printable | |
351 | Subject: [PATCH] charset=utf-8; content-transfer-encoding: quoted-printable |
|
350 | Subject: [PATCH] long line | |
352 | X-Mercurial-Node: c655633f8c87700bb38cc6a59a2753bdc5a6c376 |
|
351 | X-Mercurial-Node: a2ea8fc83dd8b93cfd86ac97b28287204ab806e1 | |
353 |
Message-Id: < |
|
352 | Message-Id: <a2ea8fc83dd8b93cfd86.240@*> (glob) | |
354 | User-Agent: Mercurial-patchbomb/* (glob) |
|
353 | User-Agent: Mercurial-patchbomb/* (glob) | |
355 | Date: Thu, 01 Jan 1970 00:04:00 +0000 |
|
354 | Date: Thu, 01 Jan 1970 00:04:00 +0000 | |
356 | From: quux |
|
355 | From: quux | |
@@ -360,13 +359,13 b' no mime encoding for email --test:' | |||||
360 | # HG changeset patch |
|
359 | # HG changeset patch | |
361 | # User test |
|
360 | # User test | |
362 | # Date 4 0 |
|
361 | # Date 4 0 | |
363 | # Node ID c655633f8c87700bb38cc6a59a2753bdc5a6c376 |
|
362 | # Node ID a2ea8fc83dd8b93cfd86ac97b28287204ab806e1 | |
364 | # Parent c3c9e37db9f4fe4882cda39baf42fed6bad8b15a |
|
363 | # Parent 909a00e13e9d78b575aeee23dddbada46d5a143f | |
365 | charset=3Dutf-8; content-transfer-encoding: quoted-printable |
|
364 | long line | |
366 |
|
365 | |||
367 | diff -r c3c9e37db9f4 -r c655633f8c87 qp |
|
366 | diff -r 909a00e13e9d -r a2ea8fc83dd8 long | |
368 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 |
|
367 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 | |
369 |
+++ b/ |
|
368 | +++ b/long Thu Jan 01 00:00:04 1970 +0000 | |
370 | @@ -0,0 +1,4 @@ |
|
369 | @@ -0,0 +1,4 @@ | |
371 | +xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= |
|
370 | +xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= | |
372 | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= |
|
371 | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= | |
@@ -392,15 +391,15 b' mime encoded mbox (quoted-printable):' | |||||
392 | This patch series consists of 1 patches. |
|
391 | This patch series consists of 1 patches. | |
393 |
|
392 | |||
394 |
|
393 | |||
395 | Writing [PATCH] charset=utf-8; content-transfer-encoding: quoted-printable ... |
|
394 | Writing [PATCH] long line ... | |
396 |
$ |
|
395 | $ cat mbox | |
397 | From quux Thu Jan 01 00:04:01 1970 |
|
396 | From quux Thu Jan 01 00:04:01 1970 | |
398 | Content-Type: text/plain; charset="us-ascii" |
|
397 | Content-Type: text/plain; charset="us-ascii" | |
399 | MIME-Version: 1.0 |
|
398 | MIME-Version: 1.0 | |
400 | Content-Transfer-Encoding: quoted-printable |
|
399 | Content-Transfer-Encoding: quoted-printable | |
401 | Subject: [PATCH] charset=utf-8; content-transfer-encoding: quoted-printable |
|
400 | Subject: [PATCH] long line | |
402 | X-Mercurial-Node: c655633f8c87700bb38cc6a59a2753bdc5a6c376 |
|
401 | X-Mercurial-Node: a2ea8fc83dd8b93cfd86ac97b28287204ab806e1 | |
403 |
Message-Id: < |
|
402 | Message-Id: <a2ea8fc83dd8b93cfd86.240@*> (glob) | |
404 | User-Agent: Mercurial-patchbomb/* (glob) |
|
403 | User-Agent: Mercurial-patchbomb/* (glob) | |
405 | Date: Thu, 01 Jan 1970 00:04:00 +0000 |
|
404 | Date: Thu, 01 Jan 1970 00:04:00 +0000 | |
406 | From: quux |
|
405 | From: quux | |
@@ -410,13 +409,13 b' mime encoded mbox (quoted-printable):' | |||||
410 | # HG changeset patch |
|
409 | # HG changeset patch | |
411 | # User test |
|
410 | # User test | |
412 | # Date 4 0 |
|
411 | # Date 4 0 | |
413 | # Node ID c655633f8c87700bb38cc6a59a2753bdc5a6c376 |
|
412 | # Node ID a2ea8fc83dd8b93cfd86ac97b28287204ab806e1 | |
414 | # Parent c3c9e37db9f4fe4882cda39baf42fed6bad8b15a |
|
413 | # Parent 909a00e13e9d78b575aeee23dddbada46d5a143f | |
415 | charset=3Dutf-8; content-transfer-encoding: quoted-printable |
|
414 | long line | |
416 |
|
415 | |||
417 | diff -r c3c9e37db9f4 -r c655633f8c87 qp |
|
416 | diff -r 909a00e13e9d -r a2ea8fc83dd8 long | |
418 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 |
|
417 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 | |
419 |
+++ b/ |
|
418 | +++ b/long Thu Jan 01 00:00:04 1970 +0000 | |
420 | @@ -0,0 +1,4 @@ |
|
419 | @@ -0,0 +1,4 @@ | |
421 | +xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= |
|
420 | +xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= | |
422 | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= |
|
421 | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= | |
@@ -442,7 +441,7 b' mime encoded mbox (quoted-printable):' | |||||
442 |
|
441 | |||
443 | iso-8859-1 patch: |
|
442 | iso-8859-1 patch: | |
444 | $ python -c 'fp = open("isolatin", "wb"); fp.write("h\xF6mma!\n"); fp.close();' |
|
443 | $ python -c 'fp = open("isolatin", "wb"); fp.write("h\xF6mma!\n"); fp.close();' | |
445 |
$ hg commit -A -d '5 0' -m ' |
|
444 | $ hg commit -A -d '5 0' -m 'isolatin 8-bit encoding' | |
446 | adding isolatin |
|
445 | adding isolatin | |
447 |
|
446 | |||
448 | fake ascii mbox: |
|
447 | fake ascii mbox: | |
@@ -450,15 +449,15 b' fake ascii mbox:' | |||||
450 | This patch series consists of 1 patches. |
|
449 | This patch series consists of 1 patches. | |
451 |
|
450 | |||
452 |
|
451 | |||
453 |
Writing [PATCH] |
|
452 | Writing [PATCH] isolatin 8-bit encoding ... | |
454 | $ cat mbox |
|
453 | $ cat mbox | |
455 | From quux Thu Jan 01 00:05:01 1970 |
|
454 | From quux Thu Jan 01 00:05:01 1970 | |
456 | Content-Type: text/plain; charset="us-ascii" |
|
455 | Content-Type: text/plain; charset="us-ascii" | |
457 | MIME-Version: 1.0 |
|
456 | MIME-Version: 1.0 | |
458 | Content-Transfer-Encoding: 8bit |
|
457 | Content-Transfer-Encoding: 8bit | |
459 | Subject: [PATCH] charset=us-ascii; content-transfer-encoding: 8bit |
|
458 | Subject: [PATCH] isolatin 8-bit encoding | |
460 | X-Mercurial-Node: 22d0f96be12f5945fd67d101af58f7bc8263c835 |
|
459 | X-Mercurial-Node: 240fb913fc1b7ff15ddb9f33e73d82bf5277c720 | |
461 |
Message-Id: <2 |
|
460 | Message-Id: <240fb913fc1b7ff15ddb.300@*> (glob) | |
462 | User-Agent: Mercurial-patchbomb/* (glob) |
|
461 | User-Agent: Mercurial-patchbomb/* (glob) | |
463 | Date: Thu, 01 Jan 1970 00:05:00 +0000 |
|
462 | Date: Thu, 01 Jan 1970 00:05:00 +0000 | |
464 | From: quux |
|
463 | From: quux | |
@@ -468,11 +467,11 b' fake ascii mbox:' | |||||
468 | # HG changeset patch |
|
467 | # HG changeset patch | |
469 | # User test |
|
468 | # User test | |
470 | # Date 5 0 |
|
469 | # Date 5 0 | |
471 | # Node ID 22d0f96be12f5945fd67d101af58f7bc8263c835 |
|
470 | # Node ID 240fb913fc1b7ff15ddb9f33e73d82bf5277c720 | |
472 | # Parent c655633f8c87700bb38cc6a59a2753bdc5a6c376 |
|
471 | # Parent a2ea8fc83dd8b93cfd86ac97b28287204ab806e1 | |
473 | charset=us-ascii; content-transfer-encoding: 8bit |
|
472 | isolatin 8-bit encoding | |
474 |
|
473 | |||
475 |
diff -r |
|
474 | diff -r a2ea8fc83dd8 -r 240fb913fc1b isolatin | |
476 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 |
|
475 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 | |
477 | +++ b/isolatin Thu Jan 01 00:00:05 1970 +0000 |
|
476 | +++ b/isolatin Thu Jan 01 00:00:05 1970 +0000 | |
478 | @@ -0,0 +1,1 @@ |
|
477 | @@ -0,0 +1,1 @@ | |
@@ -684,8 +683,8 b' test inline for single patch (quoted-pri' | |||||
684 | Content-Type: multipart/mixed; boundary="===*" (glob) |
|
683 | Content-Type: multipart/mixed; boundary="===*" (glob) | |
685 | MIME-Version: 1.0 |
|
684 | MIME-Version: 1.0 | |
686 | Subject: [PATCH] test |
|
685 | Subject: [PATCH] test | |
687 | X-Mercurial-Node: c655633f8c87700bb38cc6a59a2753bdc5a6c376 |
|
686 | X-Mercurial-Node: a2ea8fc83dd8b93cfd86ac97b28287204ab806e1 | |
688 |
Message-Id: < |
|
687 | Message-Id: <a2ea8fc83dd8b93cfd86.60@*> (glob) | |
689 | User-Agent: Mercurial-patchbomb/* (glob) |
|
688 | User-Agent: Mercurial-patchbomb/* (glob) | |
690 | Date: Thu, 01 Jan 1970 00:01:00 +0000 |
|
689 | Date: Thu, 01 Jan 1970 00:01:00 +0000 | |
691 | From: quux |
|
690 | From: quux | |
@@ -701,13 +700,13 b' test inline for single patch (quoted-pri' | |||||
701 | # HG changeset patch |
|
700 | # HG changeset patch | |
702 | # User test |
|
701 | # User test | |
703 | # Date 4 0 |
|
702 | # Date 4 0 | |
704 | # Node ID c655633f8c87700bb38cc6a59a2753bdc5a6c376 |
|
703 | # Node ID a2ea8fc83dd8b93cfd86ac97b28287204ab806e1 | |
705 | # Parent c3c9e37db9f4fe4882cda39baf42fed6bad8b15a |
|
704 | # Parent 909a00e13e9d78b575aeee23dddbada46d5a143f | |
706 | charset=3Dutf-8; content-transfer-encoding: quoted-printable |
|
705 | long line | |
707 |
|
706 | |||
708 | diff -r c3c9e37db9f4 -r c655633f8c87 qp |
|
707 | diff -r 909a00e13e9d -r a2ea8fc83dd8 long | |
709 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 |
|
708 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 | |
710 |
+++ b/ |
|
709 | +++ b/long Thu Jan 01 00:00:04 1970 +0000 | |
711 | @@ -0,0 +1,4 @@ |
|
710 | @@ -0,0 +1,4 @@ | |
712 | +xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= |
|
711 | +xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= | |
713 | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= |
|
712 | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= | |
@@ -819,13 +818,12 b' test inline for multiple patches:' | |||||
819 | +b |
|
818 | +b | |
820 |
|
819 | |||
821 | --===*-- (glob) |
|
820 | --===*-- (glob) | |
822 | Displaying [PATCH 3 of 3] charset=utf-8; content-transfer-encoding: quoted-printable ... |
|
821 | Displaying [PATCH 3 of 3] long line ... | |
823 | Content-Type: multipart/mixed; boundary="===*" (glob) |
|
822 | Content-Type: multipart/mixed; boundary="===*" (glob) | |
824 | MIME-Version: 1.0 |
|
823 | MIME-Version: 1.0 | |
825 |
Subject: [PATCH 3 of 3] |
|
824 | Subject: [PATCH 3 of 3] long line | |
826 | content-transfer-encoding: quoted-printable |
|
825 | X-Mercurial-Node: a2ea8fc83dd8b93cfd86ac97b28287204ab806e1 | |
827 | X-Mercurial-Node: c655633f8c87700bb38cc6a59a2753bdc5a6c376 |
|
826 | Message-Id: <a2ea8fc83dd8b93cfd86.63@*> (glob) | |
828 | Message-Id: <c655633f8c87700bb38c.63@*> (glob) |
|
|||
829 | In-Reply-To: <patchbomb.60@*> (glob) |
|
827 | In-Reply-To: <patchbomb.60@*> (glob) | |
830 | References: <patchbomb.60@*> (glob) |
|
828 | References: <patchbomb.60@*> (glob) | |
831 | User-Agent: Mercurial-patchbomb/* (glob) |
|
829 | User-Agent: Mercurial-patchbomb/* (glob) | |
@@ -843,13 +841,13 b' test inline for multiple patches:' | |||||
843 | # HG changeset patch |
|
841 | # HG changeset patch | |
844 | # User test |
|
842 | # User test | |
845 | # Date 4 0 |
|
843 | # Date 4 0 | |
846 | # Node ID c655633f8c87700bb38cc6a59a2753bdc5a6c376 |
|
844 | # Node ID a2ea8fc83dd8b93cfd86ac97b28287204ab806e1 | |
847 | # Parent c3c9e37db9f4fe4882cda39baf42fed6bad8b15a |
|
845 | # Parent 909a00e13e9d78b575aeee23dddbada46d5a143f | |
848 | charset=3Dutf-8; content-transfer-encoding: quoted-printable |
|
846 | long line | |
849 |
|
847 | |||
850 | diff -r c3c9e37db9f4 -r c655633f8c87 qp |
|
848 | diff -r 909a00e13e9d -r a2ea8fc83dd8 long | |
851 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 |
|
849 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 | |
852 |
+++ b/ |
|
850 | +++ b/long Thu Jan 01 00:00:04 1970 +0000 | |
853 | @@ -0,0 +1,4 @@ |
|
851 | @@ -0,0 +1,4 @@ | |
854 | +xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= |
|
852 | +xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= | |
855 | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= |
|
853 | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= | |
@@ -927,8 +925,8 b' test attach for single patch (quoted-pri' | |||||
927 | Content-Type: multipart/mixed; boundary="===*" (glob) |
|
925 | Content-Type: multipart/mixed; boundary="===*" (glob) | |
928 | MIME-Version: 1.0 |
|
926 | MIME-Version: 1.0 | |
929 | Subject: [PATCH] test |
|
927 | Subject: [PATCH] test | |
930 | X-Mercurial-Node: c655633f8c87700bb38cc6a59a2753bdc5a6c376 |
|
928 | X-Mercurial-Node: a2ea8fc83dd8b93cfd86ac97b28287204ab806e1 | |
931 |
Message-Id: < |
|
929 | Message-Id: <a2ea8fc83dd8b93cfd86.60@*> (glob) | |
932 | User-Agent: Mercurial-patchbomb/* (glob) |
|
930 | User-Agent: Mercurial-patchbomb/* (glob) | |
933 | Date: Thu, 01 Jan 1970 00:01:00 +0000 |
|
931 | Date: Thu, 01 Jan 1970 00:01:00 +0000 | |
934 | From: quux |
|
932 | From: quux | |
@@ -953,13 +951,13 b' test attach for single patch (quoted-pri' | |||||
953 | # HG changeset patch |
|
951 | # HG changeset patch | |
954 | # User test |
|
952 | # User test | |
955 | # Date 4 0 |
|
953 | # Date 4 0 | |
956 | # Node ID c655633f8c87700bb38cc6a59a2753bdc5a6c376 |
|
954 | # Node ID a2ea8fc83dd8b93cfd86ac97b28287204ab806e1 | |
957 | # Parent c3c9e37db9f4fe4882cda39baf42fed6bad8b15a |
|
955 | # Parent 909a00e13e9d78b575aeee23dddbada46d5a143f | |
958 | charset=3Dutf-8; content-transfer-encoding: quoted-printable |
|
956 | long line | |
959 |
|
957 | |||
960 | diff -r c3c9e37db9f4 -r c655633f8c87 qp |
|
958 | diff -r 909a00e13e9d -r a2ea8fc83dd8 long | |
961 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 |
|
959 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 | |
962 |
+++ b/ |
|
960 | +++ b/long Thu Jan 01 00:00:04 1970 +0000 | |
963 | @@ -0,0 +1,4 @@ |
|
961 | @@ -0,0 +1,4 @@ | |
964 | +xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= |
|
962 | +xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= | |
965 | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= |
|
963 | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= | |
@@ -1089,13 +1087,12 b' test attach for multiple patches:' | |||||
1089 | +b |
|
1087 | +b | |
1090 |
|
1088 | |||
1091 | --===*-- (glob) |
|
1089 | --===*-- (glob) | |
1092 | Displaying [PATCH 3 of 3] charset=utf-8; content-transfer-encoding: quoted-printable ... |
|
1090 | Displaying [PATCH 3 of 3] long line ... | |
1093 | Content-Type: multipart/mixed; boundary="===*" (glob) |
|
1091 | Content-Type: multipart/mixed; boundary="===*" (glob) | |
1094 | MIME-Version: 1.0 |
|
1092 | MIME-Version: 1.0 | |
1095 |
Subject: [PATCH 3 of 3] |
|
1093 | Subject: [PATCH 3 of 3] long line | |
1096 | content-transfer-encoding: quoted-printable |
|
1094 | X-Mercurial-Node: a2ea8fc83dd8b93cfd86ac97b28287204ab806e1 | |
1097 | X-Mercurial-Node: c655633f8c87700bb38cc6a59a2753bdc5a6c376 |
|
1095 | Message-Id: <a2ea8fc83dd8b93cfd86.63@*> (glob) | |
1098 | Message-Id: <c655633f8c87700bb38c.63@*> (glob) |
|
|||
1099 | In-Reply-To: <patchbomb.60@*> (glob) |
|
1096 | In-Reply-To: <patchbomb.60@*> (glob) | |
1100 | References: <patchbomb.60@*> (glob) |
|
1097 | References: <patchbomb.60@*> (glob) | |
1101 | User-Agent: Mercurial-patchbomb/* (glob) |
|
1098 | User-Agent: Mercurial-patchbomb/* (glob) | |
@@ -1122,13 +1119,13 b' test attach for multiple patches:' | |||||
1122 | # HG changeset patch |
|
1119 | # HG changeset patch | |
1123 | # User test |
|
1120 | # User test | |
1124 | # Date 4 0 |
|
1121 | # Date 4 0 | |
1125 | # Node ID c655633f8c87700bb38cc6a59a2753bdc5a6c376 |
|
1122 | # Node ID a2ea8fc83dd8b93cfd86ac97b28287204ab806e1 | |
1126 | # Parent c3c9e37db9f4fe4882cda39baf42fed6bad8b15a |
|
1123 | # Parent 909a00e13e9d78b575aeee23dddbada46d5a143f | |
1127 | charset=3Dutf-8; content-transfer-encoding: quoted-printable |
|
1124 | long line | |
1128 |
|
1125 | |||
1129 | diff -r c3c9e37db9f4 -r c655633f8c87 qp |
|
1126 | diff -r 909a00e13e9d -r a2ea8fc83dd8 long | |
1130 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 |
|
1127 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 | |
1131 |
+++ b/ |
|
1128 | +++ b/long Thu Jan 01 00:00:04 1970 +0000 | |
1132 | @@ -0,0 +1,4 @@ |
|
1129 | @@ -0,0 +1,4 @@ | |
1133 | +xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= |
|
1130 | +xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= | |
1134 | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= |
|
1131 | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= | |
@@ -1543,8 +1540,8 b' test inreplyto:' | |||||
1543 | MIME-Version: 1.0 |
|
1540 | MIME-Version: 1.0 | |
1544 | Content-Transfer-Encoding: 7bit |
|
1541 | Content-Transfer-Encoding: 7bit | |
1545 | Subject: [PATCH] Added tag two, two.diff for changeset ff2c9fa2018b |
|
1542 | Subject: [PATCH] Added tag two, two.diff for changeset ff2c9fa2018b | |
1546 | X-Mercurial-Node: e317db6a6f288748d1f6cb064f3810fcba66b1b6 |
|
1543 | X-Mercurial-Node: 7aead2484924c445ad8ce2613df91f52f9e502ed | |
1547 |
Message-Id: < |
|
1544 | Message-Id: <7aead2484924c445ad8c.60@*> (glob) | |
1548 | In-Reply-To: <baz> |
|
1545 | In-Reply-To: <baz> | |
1549 | References: <baz> |
|
1546 | References: <baz> | |
1550 | User-Agent: Mercurial-patchbomb/* (glob) |
|
1547 | User-Agent: Mercurial-patchbomb/* (glob) | |
@@ -1556,11 +1553,11 b' test inreplyto:' | |||||
1556 | # HG changeset patch |
|
1553 | # HG changeset patch | |
1557 | # User test |
|
1554 | # User test | |
1558 | # Date 0 0 |
|
1555 | # Date 0 0 | |
1559 | # Node ID e317db6a6f288748d1f6cb064f3810fcba66b1b6 |
|
1556 | # Node ID 7aead2484924c445ad8ce2613df91f52f9e502ed | |
1560 | # Parent eae5fcf795eee29d0e45ffc9f519a91cd79fc9ff |
|
1557 | # Parent 045ca29b1ea20e4940411e695e20e521f2f0f98e | |
1561 | Added tag two, two.diff for changeset ff2c9fa2018b |
|
1558 | Added tag two, two.diff for changeset ff2c9fa2018b | |
1562 |
|
1559 | |||
1563 |
diff -r |
|
1560 | diff -r 045ca29b1ea2 -r 7aead2484924 .hgtags | |
1564 | --- a/.hgtags Thu Jan 01 00:00:00 1970 +0000 |
|
1561 | --- a/.hgtags Thu Jan 01 00:00:00 1970 +0000 | |
1565 | +++ b/.hgtags Thu Jan 01 00:00:00 1970 +0000 |
|
1562 | +++ b/.hgtags Thu Jan 01 00:00:00 1970 +0000 | |
1566 | @@ -2,3 +2,5 @@ |
|
1563 | @@ -2,3 +2,5 @@ | |
@@ -2077,13 +2074,13 b' test outgoing:' | |||||
2077 | @@ -0,0 +1,1 @@ |
|
2074 | @@ -0,0 +1,1 @@ | |
2078 | +c |
|
2075 | +c | |
2079 |
|
2076 | |||
2080 |
Displaying [PATCH 2 of 8] |
|
2077 | Displaying [PATCH 2 of 8] utf-8 content ... | |
2081 | Content-Type: text/plain; charset="us-ascii" |
|
2078 | Content-Type: text/plain; charset="us-ascii" | |
2082 | MIME-Version: 1.0 |
|
2079 | MIME-Version: 1.0 | |
2083 | Content-Transfer-Encoding: 8bit |
|
2080 | Content-Transfer-Encoding: 8bit | |
2084 |
Subject: [PATCH 2 of 8] |
|
2081 | Subject: [PATCH 2 of 8] utf-8 content | |
2085 | X-Mercurial-Node: c3c9e37db9f4fe4882cda39baf42fed6bad8b15a |
|
2082 | X-Mercurial-Node: 909a00e13e9d78b575aeee23dddbada46d5a143f | |
2086 |
Message-Id: < |
|
2083 | Message-Id: <909a00e13e9d78b575ae.315532862@*> (glob) | |
2087 | In-Reply-To: <patchbomb.315532860@*> (glob) |
|
2084 | In-Reply-To: <patchbomb.315532860@*> (glob) | |
2088 | References: <patchbomb.315532860@*> (glob) |
|
2085 | References: <patchbomb.315532860@*> (glob) | |
2089 | User-Agent: Mercurial-patchbomb/* (glob) |
|
2086 | User-Agent: Mercurial-patchbomb/* (glob) | |
@@ -2094,31 +2091,30 b' test outgoing:' | |||||
2094 | # HG changeset patch |
|
2091 | # HG changeset patch | |
2095 | # User test |
|
2092 | # User test | |
2096 | # Date 4 0 |
|
2093 | # Date 4 0 | |
2097 | # Node ID c3c9e37db9f4fe4882cda39baf42fed6bad8b15a |
|
2094 | # Node ID 909a00e13e9d78b575aeee23dddbada46d5a143f | |
2098 | # Parent ff2c9fa2018b15fa74b33363bda9527323e2a99f |
|
2095 | # Parent ff2c9fa2018b15fa74b33363bda9527323e2a99f | |
2099 | charset=utf-8; content-transfer-encoding: base64 |
|
2096 | utf-8 content | |
2100 |
|
2097 | |||
2101 |
diff -r ff2c9fa2018b -r |
|
2098 | diff -r ff2c9fa2018b -r 909a00e13e9d description | |
2102 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 |
|
2099 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 | |
2103 | +++ b/description Thu Jan 01 00:00:04 1970 +0000 |
|
2100 | +++ b/description Thu Jan 01 00:00:04 1970 +0000 | |
2104 | @@ -0,0 +1,3 @@ |
|
2101 | @@ -0,0 +1,3 @@ | |
2105 | +a multiline |
|
2102 | +a multiline | |
2106 | + |
|
2103 | + | |
2107 | +description |
|
2104 | +description | |
2108 |
diff -r ff2c9fa2018b -r |
|
2105 | diff -r ff2c9fa2018b -r 909a00e13e9d utf | |
2109 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 |
|
2106 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 | |
2110 | +++ b/utf Thu Jan 01 00:00:04 1970 +0000 |
|
2107 | +++ b/utf Thu Jan 01 00:00:04 1970 +0000 | |
2111 | @@ -0,0 +1,1 @@ |
|
2108 | @@ -0,0 +1,1 @@ | |
2112 | +h\xc3\xb6mma! (esc) |
|
2109 | +h\xc3\xb6mma! (esc) | |
2113 |
|
2110 | |||
2114 | Displaying [PATCH 3 of 8] charset=utf-8; content-transfer-encoding: quoted-printable ... |
|
2111 | Displaying [PATCH 3 of 8] long line ... | |
2115 | Content-Type: text/plain; charset="us-ascii" |
|
2112 | Content-Type: text/plain; charset="us-ascii" | |
2116 | MIME-Version: 1.0 |
|
2113 | MIME-Version: 1.0 | |
2117 | Content-Transfer-Encoding: quoted-printable |
|
2114 | Content-Transfer-Encoding: quoted-printable | |
2118 |
Subject: [PATCH 3 of 8] |
|
2115 | Subject: [PATCH 3 of 8] long line | |
2119 | content-transfer-encoding: quoted-printable |
|
2116 | X-Mercurial-Node: a2ea8fc83dd8b93cfd86ac97b28287204ab806e1 | |
2120 | X-Mercurial-Node: c655633f8c87700bb38cc6a59a2753bdc5a6c376 |
|
2117 | Message-Id: <a2ea8fc83dd8b93cfd86.315532863@*> (glob) | |
2121 | Message-Id: <c655633f8c87700bb38c.315532863@*> (glob) |
|
|||
2122 | In-Reply-To: <patchbomb.315532860@*> (glob) |
|
2118 | In-Reply-To: <patchbomb.315532860@*> (glob) | |
2123 | References: <patchbomb.315532860@*> (glob) |
|
2119 | References: <patchbomb.315532860@*> (glob) | |
2124 | User-Agent: Mercurial-patchbomb/* (glob) |
|
2120 | User-Agent: Mercurial-patchbomb/* (glob) | |
@@ -2129,13 +2125,13 b' test outgoing:' | |||||
2129 | # HG changeset patch |
|
2125 | # HG changeset patch | |
2130 | # User test |
|
2126 | # User test | |
2131 | # Date 4 0 |
|
2127 | # Date 4 0 | |
2132 | # Node ID c655633f8c87700bb38cc6a59a2753bdc5a6c376 |
|
2128 | # Node ID a2ea8fc83dd8b93cfd86ac97b28287204ab806e1 | |
2133 | # Parent c3c9e37db9f4fe4882cda39baf42fed6bad8b15a |
|
2129 | # Parent 909a00e13e9d78b575aeee23dddbada46d5a143f | |
2134 | charset=3Dutf-8; content-transfer-encoding: quoted-printable |
|
2130 | long line | |
2135 |
|
2131 | |||
2136 | diff -r c3c9e37db9f4 -r c655633f8c87 qp |
|
2132 | diff -r 909a00e13e9d -r a2ea8fc83dd8 long | |
2137 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 |
|
2133 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 | |
2138 |
+++ b/ |
|
2134 | +++ b/long Thu Jan 01 00:00:04 1970 +0000 | |
2139 | @@ -0,0 +1,4 @@ |
|
2135 | @@ -0,0 +1,4 @@ | |
2140 | +xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= |
|
2136 | +xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= | |
2141 | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= |
|
2137 | xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx= | |
@@ -2155,13 +2151,13 b' test outgoing:' | |||||
2155 | + |
|
2151 | + | |
2156 | +bar |
|
2152 | +bar | |
2157 |
|
2153 | |||
2158 |
Displaying [PATCH 4 of 8] |
|
2154 | Displaying [PATCH 4 of 8] isolatin 8-bit encoding ... | |
2159 | Content-Type: text/plain; charset="us-ascii" |
|
2155 | Content-Type: text/plain; charset="us-ascii" | |
2160 | MIME-Version: 1.0 |
|
2156 | MIME-Version: 1.0 | |
2161 | Content-Transfer-Encoding: 8bit |
|
2157 | Content-Transfer-Encoding: 8bit | |
2162 |
Subject: [PATCH 4 of 8] |
|
2158 | Subject: [PATCH 4 of 8] isolatin 8-bit encoding | |
2163 | X-Mercurial-Node: 22d0f96be12f5945fd67d101af58f7bc8263c835 |
|
2159 | X-Mercurial-Node: 240fb913fc1b7ff15ddb9f33e73d82bf5277c720 | |
2164 |
Message-Id: <2 |
|
2160 | Message-Id: <240fb913fc1b7ff15ddb.315532864@*> (glob) | |
2165 | In-Reply-To: <patchbomb.315532860@*> (glob) |
|
2161 | In-Reply-To: <patchbomb.315532860@*> (glob) | |
2166 | References: <patchbomb.315532860@*> (glob) |
|
2162 | References: <patchbomb.315532860@*> (glob) | |
2167 | User-Agent: Mercurial-patchbomb/* (glob) |
|
2163 | User-Agent: Mercurial-patchbomb/* (glob) | |
@@ -2172,11 +2168,11 b' test outgoing:' | |||||
2172 | # HG changeset patch |
|
2168 | # HG changeset patch | |
2173 | # User test |
|
2169 | # User test | |
2174 | # Date 5 0 |
|
2170 | # Date 5 0 | |
2175 | # Node ID 22d0f96be12f5945fd67d101af58f7bc8263c835 |
|
2171 | # Node ID 240fb913fc1b7ff15ddb9f33e73d82bf5277c720 | |
2176 | # Parent c655633f8c87700bb38cc6a59a2753bdc5a6c376 |
|
2172 | # Parent a2ea8fc83dd8b93cfd86ac97b28287204ab806e1 | |
2177 | charset=us-ascii; content-transfer-encoding: 8bit |
|
2173 | isolatin 8-bit encoding | |
2178 |
|
2174 | |||
2179 |
diff -r |
|
2175 | diff -r a2ea8fc83dd8 -r 240fb913fc1b isolatin | |
2180 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 |
|
2176 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 | |
2181 | +++ b/isolatin Thu Jan 01 00:00:05 1970 +0000 |
|
2177 | +++ b/isolatin Thu Jan 01 00:00:05 1970 +0000 | |
2182 | @@ -0,0 +1,1 @@ |
|
2178 | @@ -0,0 +1,1 @@ | |
@@ -2187,8 +2183,8 b' test outgoing:' | |||||
2187 | MIME-Version: 1.0 |
|
2183 | MIME-Version: 1.0 | |
2188 | Content-Transfer-Encoding: 7bit |
|
2184 | Content-Transfer-Encoding: 7bit | |
2189 | Subject: [PATCH 5 of 8] Added tag zero, zero.foo for changeset 8580ff50825a |
|
2185 | Subject: [PATCH 5 of 8] Added tag zero, zero.foo for changeset 8580ff50825a | |
2190 | X-Mercurial-Node: dd9c2b4b8a8a0934d5523c15f2c119b362360903 |
|
2186 | X-Mercurial-Node: 5d5ef15dfe5e7bd3a4ee154b5fff76c7945ec433 | |
2191 |
Message-Id: < |
|
2187 | Message-Id: <5d5ef15dfe5e7bd3a4ee.315532865@*> (glob) | |
2192 | In-Reply-To: <patchbomb.315532860@*> (glob) |
|
2188 | In-Reply-To: <patchbomb.315532860@*> (glob) | |
2193 | References: <patchbomb.315532860@*> (glob) |
|
2189 | References: <patchbomb.315532860@*> (glob) | |
2194 | User-Agent: Mercurial-patchbomb/* (glob) |
|
2190 | User-Agent: Mercurial-patchbomb/* (glob) | |
@@ -2199,11 +2195,11 b' test outgoing:' | |||||
2199 | # HG changeset patch |
|
2195 | # HG changeset patch | |
2200 | # User test |
|
2196 | # User test | |
2201 | # Date 0 0 |
|
2197 | # Date 0 0 | |
2202 | # Node ID dd9c2b4b8a8a0934d5523c15f2c119b362360903 |
|
2198 | # Node ID 5d5ef15dfe5e7bd3a4ee154b5fff76c7945ec433 | |
2203 | # Parent 22d0f96be12f5945fd67d101af58f7bc8263c835 |
|
2199 | # Parent 240fb913fc1b7ff15ddb9f33e73d82bf5277c720 | |
2204 | Added tag zero, zero.foo for changeset 8580ff50825a |
|
2200 | Added tag zero, zero.foo for changeset 8580ff50825a | |
2205 |
|
2201 | |||
2206 |
diff -r 2 |
|
2202 | diff -r 240fb913fc1b -r 5d5ef15dfe5e .hgtags | |
2207 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 |
|
2203 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 | |
2208 | +++ b/.hgtags Thu Jan 01 00:00:00 1970 +0000 |
|
2204 | +++ b/.hgtags Thu Jan 01 00:00:00 1970 +0000 | |
2209 | @@ -0,0 +1,2 @@ |
|
2205 | @@ -0,0 +1,2 @@ | |
@@ -2215,8 +2211,8 b' test outgoing:' | |||||
2215 | MIME-Version: 1.0 |
|
2211 | MIME-Version: 1.0 | |
2216 | Content-Transfer-Encoding: 7bit |
|
2212 | Content-Transfer-Encoding: 7bit | |
2217 | Subject: [PATCH 6 of 8] Added tag one, one.patch for changeset 97d72e5f12c7 |
|
2213 | Subject: [PATCH 6 of 8] Added tag one, one.patch for changeset 97d72e5f12c7 | |
2218 | X-Mercurial-Node: eae5fcf795eee29d0e45ffc9f519a91cd79fc9ff |
|
2214 | X-Mercurial-Node: 045ca29b1ea20e4940411e695e20e521f2f0f98e | |
2219 |
Message-Id: < |
|
2215 | Message-Id: <045ca29b1ea20e494041.315532866@*> (glob) | |
2220 | In-Reply-To: <patchbomb.315532860@*> (glob) |
|
2216 | In-Reply-To: <patchbomb.315532860@*> (glob) | |
2221 | References: <patchbomb.315532860@*> (glob) |
|
2217 | References: <patchbomb.315532860@*> (glob) | |
2222 | User-Agent: Mercurial-patchbomb/* (glob) |
|
2218 | User-Agent: Mercurial-patchbomb/* (glob) | |
@@ -2227,11 +2223,11 b' test outgoing:' | |||||
2227 | # HG changeset patch |
|
2223 | # HG changeset patch | |
2228 | # User test |
|
2224 | # User test | |
2229 | # Date 0 0 |
|
2225 | # Date 0 0 | |
2230 | # Node ID eae5fcf795eee29d0e45ffc9f519a91cd79fc9ff |
|
2226 | # Node ID 045ca29b1ea20e4940411e695e20e521f2f0f98e | |
2231 | # Parent dd9c2b4b8a8a0934d5523c15f2c119b362360903 |
|
2227 | # Parent 5d5ef15dfe5e7bd3a4ee154b5fff76c7945ec433 | |
2232 | Added tag one, one.patch for changeset 97d72e5f12c7 |
|
2228 | Added tag one, one.patch for changeset 97d72e5f12c7 | |
2233 |
|
2229 | |||
2234 | diff -r dd9c2b4b8a8a -r eae5fcf795ee .hgtags |
|
2230 | diff -r 5d5ef15dfe5e -r 045ca29b1ea2 .hgtags | |
2235 | --- a/.hgtags Thu Jan 01 00:00:00 1970 +0000 |
|
2231 | --- a/.hgtags Thu Jan 01 00:00:00 1970 +0000 | |
2236 | +++ b/.hgtags Thu Jan 01 00:00:00 1970 +0000 |
|
2232 | +++ b/.hgtags Thu Jan 01 00:00:00 1970 +0000 | |
2237 | @@ -1,2 +1,4 @@ |
|
2233 | @@ -1,2 +1,4 @@ | |
@@ -2245,8 +2241,8 b' test outgoing:' | |||||
2245 | MIME-Version: 1.0 |
|
2241 | MIME-Version: 1.0 | |
2246 | Content-Transfer-Encoding: 7bit |
|
2242 | Content-Transfer-Encoding: 7bit | |
2247 | Subject: [PATCH 7 of 8] Added tag two, two.diff for changeset ff2c9fa2018b |
|
2243 | Subject: [PATCH 7 of 8] Added tag two, two.diff for changeset ff2c9fa2018b | |
2248 | X-Mercurial-Node: e317db6a6f288748d1f6cb064f3810fcba66b1b6 |
|
2244 | X-Mercurial-Node: 7aead2484924c445ad8ce2613df91f52f9e502ed | |
2249 |
Message-Id: < |
|
2245 | Message-Id: <7aead2484924c445ad8c.315532867@*> (glob) | |
2250 | In-Reply-To: <patchbomb.315532860@*> (glob) |
|
2246 | In-Reply-To: <patchbomb.315532860@*> (glob) | |
2251 | References: <patchbomb.315532860@*> (glob) |
|
2247 | References: <patchbomb.315532860@*> (glob) | |
2252 | User-Agent: Mercurial-patchbomb/* (glob) |
|
2248 | User-Agent: Mercurial-patchbomb/* (glob) | |
@@ -2257,11 +2253,11 b' test outgoing:' | |||||
2257 | # HG changeset patch |
|
2253 | # HG changeset patch | |
2258 | # User test |
|
2254 | # User test | |
2259 | # Date 0 0 |
|
2255 | # Date 0 0 | |
2260 | # Node ID e317db6a6f288748d1f6cb064f3810fcba66b1b6 |
|
2256 | # Node ID 7aead2484924c445ad8ce2613df91f52f9e502ed | |
2261 | # Parent eae5fcf795eee29d0e45ffc9f519a91cd79fc9ff |
|
2257 | # Parent 045ca29b1ea20e4940411e695e20e521f2f0f98e | |
2262 | Added tag two, two.diff for changeset ff2c9fa2018b |
|
2258 | Added tag two, two.diff for changeset ff2c9fa2018b | |
2263 |
|
2259 | |||
2264 |
diff -r |
|
2260 | diff -r 045ca29b1ea2 -r 7aead2484924 .hgtags | |
2265 | --- a/.hgtags Thu Jan 01 00:00:00 1970 +0000 |
|
2261 | --- a/.hgtags Thu Jan 01 00:00:00 1970 +0000 | |
2266 | +++ b/.hgtags Thu Jan 01 00:00:00 1970 +0000 |
|
2262 | +++ b/.hgtags Thu Jan 01 00:00:00 1970 +0000 | |
2267 | @@ -2,3 +2,5 @@ |
|
2263 | @@ -2,3 +2,5 @@ |
General Comments 0
You need to be logged in to leave comments.
Login now