Mercurial > hg > hg-fastimport
view 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 |
line wrap: on
line source
% import dump with non-ASCII committer scanning source... sorting... converting... 0 foo % log with non-ASCII committer changeset: 0:f1709065901b 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 scanning source... sorting... converting... 0 blah % log with non-ASCII author changeset: 0:639a4e09e8af tag: tip user: J??rgen <juergen@example.org> date: Tue Aug 11 18:13:20 2009 +0400 summary: blah % import dump with non-ASCII message scanning source... sorting... converting... 0 fix na?ve implementation that ?le threw together for ?5 Removing blob dir 'HGTMP/test-fastimport-nonascii/message/.hg/blobs' ... % log with non-ASCII message changeset: 0:52b3afdff0e7 tag: tip user: Dave <dave@example.org> date: Tue Aug 11 18:13:50 2009 +0400 summary: fix na??ve implementation that ??le threw together for ???5 % manifest foo.txt % contents of foo.txt hello
