Show More
@@ -419,7 +419,7 non-ascii content and truncation of mult | |||
|
419 | 419 | > EOF |
|
420 | 420 | $ echo a >> a/a |
|
421 | 421 | $ hg --cwd a --encoding utf-8 commit -A -d '0 0' \ |
|
422 |
> -m `"$PYTHON" -c 'pr |
|
|
422 | > -m `"$PYTHON" -c 'import sys; getattr(sys.stdout, "buffer", sys.stdout).write(b"\xc3\xa0\xc3\xa1\xc3\xa2\xc3\xa3\xc3\xa4")'` | |
|
423 | 423 | $ hg --traceback --cwd b --encoding utf-8 pull ../a | \ |
|
424 | 424 | > "$PYTHON" $TESTTMP/filter.py |
|
425 | 425 | pulling from ../a |
@@ -434,7 +434,8 non-ascii content and truncation of mult | |||
|
434 | 434 | Content-Transfer-Encoding: 8bit |
|
435 | 435 | X-Test: foo |
|
436 | 436 | Date: * (glob) |
|
437 | Subject: \xc3\xa0... (esc) | |
|
437 | Subject: \xc3\xa0... (esc) (no-py3 !) | |
|
438 | Subject: =?utf-8?b?w6AuLi4=?= (py3 !) | |
|
438 | 439 | From: test@test.com |
|
439 | 440 | X-Hg-Notification: changeset 0f25f9c22b4c |
|
440 | 441 | Message-Id: <*> (glob) |
General Comments 0
You need to be logged in to leave comments.
Login now