Mercurial > hg > hg-fastimport
comparison tests/test-fastimport-nonascii.out @ 38:3048a2dcf68a
Test that fastimport dumps with non-ASCII characters import OK.
| author | Greg Ward <greg-hg@gerg.ca> |
|---|---|
| date | Fri, 08 May 2009 11:03:51 -0400 |
| parents | |
| children | 7ff36dc9f0b1 |
comparison
equal
deleted
inserted
replaced
| 37:513449a88de2 | 38:3048a2dcf68a |
|---|---|
| 1 % import dump with non-ASCII committer | |
| 2 Reading source: ../committer.dump | |
| 3 0 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
| 4 Done commit of rev 0 | |
| 5 % log with non-ASCII committer | |
| 6 changeset: 0:d06142abc8ab | |
| 7 tag: tip | |
| 8 user: Jean-François <jf@example.com> | |
| 9 date: Fri Nov 30 14:58:10 2001 +0000 | |
| 10 summary: foo | |
| 11 | |
| 12 % import dump with non-ASCII author | |
| 13 Reading source: ../author.dump | |
| 14 0 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
| 15 Done commit of rev 0 | |
| 16 % log with non-ASCII author | |
| 17 changeset: 0:9a86e5e78bae | |
| 18 tag: tip | |
| 19 user: Jürgen <juergen@example.org> | |
| 20 date: Tue Aug 11 10:13:20 2009 -0400 | |
| 21 summary: blah | |
| 22 | |
| 23 % import dump with non-ASCII message | |
| 24 Reading source: ../message.dump | |
| 25 0 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
| 26 Done commit of rev 0 | |
| 27 % log with non-ASCII message | |
| 28 changeset: 0:0700c36eef88 | |
| 29 tag: tip | |
| 30 user: Dave <dave@example.org> | |
| 31 date: Tue Aug 11 10:13:50 2009 -0400 | |
| 32 summary: fix naïve implementation that Øle threw together for €5 | |
| 33 | |
| 34 % manifest | |
| 35 foo.txt | |
| 36 % contents of foo.txt | |
| 37 hello |
