Mercurial > hg > hg-fastimport
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/test-fastimport-nonascii.out Fri May 08 11:03:51 2009 -0400 @@ -0,0 +1,37 @@ +% import dump with non-ASCII committer +Reading source: ../committer.dump +0 files updated, 0 files merged, 0 files removed, 0 files unresolved +Done commit of rev 0 +% log with non-ASCII committer +changeset: 0:d06142abc8ab +tag: tip +user: Jean-François <jf@example.com> +date: Fri Nov 30 14:58:10 2001 +0000 +summary: foo + +% import dump with non-ASCII author +Reading source: ../author.dump +0 files updated, 0 files merged, 0 files removed, 0 files unresolved +Done commit of rev 0 +% log with non-ASCII author +changeset: 0:9a86e5e78bae +tag: tip +user: Jürgen <juergen@example.org> +date: Tue Aug 11 10:13:20 2009 -0400 +summary: blah + +% import dump with non-ASCII message +Reading source: ../message.dump +0 files updated, 0 files merged, 0 files removed, 0 files unresolved +Done commit of rev 0 +% log with non-ASCII message +changeset: 0:0700c36eef88 +tag: tip +user: Dave <dave@example.org> +date: Tue Aug 11 10:13:50 2009 -0400 +summary: fix naïve implementation that Øle threw together for €5 + +% manifest +foo.txt +% contents of foo.txt +hello
