annotate tests/test-fastimport-nonascii.out @ 70:a739b8dc8e6f

Update tests to pass with Mercurial 1.9. This unlocks passing tests all the way up Mercurial 2.3. Looks like 2.4 dropped support for the old "*.out"-style tests.
author Greg Ward <greg@gerg.ca>
date Sun, 26 Jul 2015 18:07:59 -0400
parents b3faf593a471
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
38
3048a2dcf68a Test that fastimport dumps with non-ASCII characters import OK.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
1 % import dump with non-ASCII committer
47
7ff36dc9f0b1 Massive rework to use infrastructure provided by convert extension.
Greg Ward <greg-hg@gerg.ca>
parents: 38
diff changeset
2 scanning source...
7ff36dc9f0b1 Massive rework to use infrastructure provided by convert extension.
Greg Ward <greg-hg@gerg.ca>
parents: 38
diff changeset
3 sorting...
7ff36dc9f0b1 Massive rework to use infrastructure provided by convert extension.
Greg Ward <greg-hg@gerg.ca>
parents: 38
diff changeset
4 converting...
7ff36dc9f0b1 Massive rework to use infrastructure provided by convert extension.
Greg Ward <greg-hg@gerg.ca>
parents: 38
diff changeset
5 0 foo
38
3048a2dcf68a Test that fastimport dumps with non-ASCII characters import OK.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
6 % log with non-ASCII committer
70
a739b8dc8e6f Update tests to pass with Mercurial 1.9.
Greg Ward <greg@gerg.ca>
parents: 65
diff changeset
7 changeset: 0:f1709065901b
38
3048a2dcf68a Test that fastimport dumps with non-ASCII characters import OK.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
8 tag: tip
3048a2dcf68a Test that fastimport dumps with non-ASCII characters import OK.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
9 user: Jean-Fran??ois <jf@example.com>
3048a2dcf68a Test that fastimport dumps with non-ASCII characters import OK.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
10 date: Fri Nov 30 14:58:10 2001 +0000
3048a2dcf68a Test that fastimport dumps with non-ASCII characters import OK.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
11 summary: foo
3048a2dcf68a Test that fastimport dumps with non-ASCII characters import OK.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
12
3048a2dcf68a Test that fastimport dumps with non-ASCII characters import OK.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
13 % import dump with non-ASCII author
47
7ff36dc9f0b1 Massive rework to use infrastructure provided by convert extension.
Greg Ward <greg-hg@gerg.ca>
parents: 38
diff changeset
14 scanning source...
7ff36dc9f0b1 Massive rework to use infrastructure provided by convert extension.
Greg Ward <greg-hg@gerg.ca>
parents: 38
diff changeset
15 sorting...
7ff36dc9f0b1 Massive rework to use infrastructure provided by convert extension.
Greg Ward <greg-hg@gerg.ca>
parents: 38
diff changeset
16 converting...
7ff36dc9f0b1 Massive rework to use infrastructure provided by convert extension.
Greg Ward <greg-hg@gerg.ca>
parents: 38
diff changeset
17 0 blah
38
3048a2dcf68a Test that fastimport dumps with non-ASCII characters import OK.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
18 % log with non-ASCII author
70
a739b8dc8e6f Update tests to pass with Mercurial 1.9.
Greg Ward <greg@gerg.ca>
parents: 65
diff changeset
19 changeset: 0:639a4e09e8af
38
3048a2dcf68a Test that fastimport dumps with non-ASCII characters import OK.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
20 tag: tip
3048a2dcf68a Test that fastimport dumps with non-ASCII characters import OK.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
21 user: J??rgen <juergen@example.org>
65
b3faf593a471 Update tests to reflect correct timezone conversion.
Greg Ward <greg@gerg.ca>
parents: 47
diff changeset
22 date: Tue Aug 11 18:13:20 2009 +0400
38
3048a2dcf68a Test that fastimport dumps with non-ASCII characters import OK.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
23 summary: blah
3048a2dcf68a Test that fastimport dumps with non-ASCII characters import OK.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
24
3048a2dcf68a Test that fastimport dumps with non-ASCII characters import OK.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
25 % import dump with non-ASCII message
47
7ff36dc9f0b1 Massive rework to use infrastructure provided by convert extension.
Greg Ward <greg-hg@gerg.ca>
parents: 38
diff changeset
26 scanning source...
7ff36dc9f0b1 Massive rework to use infrastructure provided by convert extension.
Greg Ward <greg-hg@gerg.ca>
parents: 38
diff changeset
27 sorting...
7ff36dc9f0b1 Massive rework to use infrastructure provided by convert extension.
Greg Ward <greg-hg@gerg.ca>
parents: 38
diff changeset
28 converting...
7ff36dc9f0b1 Massive rework to use infrastructure provided by convert extension.
Greg Ward <greg-hg@gerg.ca>
parents: 38
diff changeset
29 0 fix na?ve implementation that ?le threw together for ?5
7ff36dc9f0b1 Massive rework to use infrastructure provided by convert extension.
Greg Ward <greg-hg@gerg.ca>
parents: 38
diff changeset
30 Removing blob dir 'HGTMP/test-fastimport-nonascii/message/.hg/blobs' ...
38
3048a2dcf68a Test that fastimport dumps with non-ASCII characters import OK.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
31 % log with non-ASCII message
65
b3faf593a471 Update tests to reflect correct timezone conversion.
Greg Ward <greg@gerg.ca>
parents: 47
diff changeset
32 changeset: 0:52b3afdff0e7
38
3048a2dcf68a Test that fastimport dumps with non-ASCII characters import OK.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
33 tag: tip
3048a2dcf68a Test that fastimport dumps with non-ASCII characters import OK.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
34 user: Dave <dave@example.org>
65
b3faf593a471 Update tests to reflect correct timezone conversion.
Greg Ward <greg@gerg.ca>
parents: 47
diff changeset
35 date: Tue Aug 11 18:13:50 2009 +0400
38
3048a2dcf68a Test that fastimport dumps with non-ASCII characters import OK.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
36 summary: fix na??ve implementation that ??le threw together for ???5
3048a2dcf68a Test that fastimport dumps with non-ASCII characters import OK.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
37
3048a2dcf68a Test that fastimport dumps with non-ASCII characters import OK.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
38 % manifest
3048a2dcf68a Test that fastimport dumps with non-ASCII characters import OK.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
39 foo.txt
3048a2dcf68a Test that fastimport dumps with non-ASCII characters import OK.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
40 % contents of foo.txt
3048a2dcf68a Test that fastimport dumps with non-ASCII characters import OK.
Greg Ward <greg-hg@gerg.ca>
parents:
diff changeset
41 hello