Mercurial > hg > hg-fastimport
comparison tests/test-fastimport-nonascii.out @ 47:7ff36dc9f0b1
Massive rework to use infrastructure provided by convert extension.
fastimport no longer stages changes in the repository's working copy;
instead, it now works like any other convert source: the imported
history is kept in memory (except for file contents) and then
processed by the 'convert' extension.
| author | Greg Ward <greg-hg@gerg.ca> |
|---|---|
| date | Sat, 16 May 2009 12:57:22 -0400 |
| parents | 3048a2dcf68a |
| children | b3faf593a471 |
comparison
equal
deleted
inserted
replaced
| 46:93c2b1e832bd | 47:7ff36dc9f0b1 |
|---|---|
| 1 % import dump with non-ASCII committer | 1 % import dump with non-ASCII committer |
| 2 Reading source: ../committer.dump | 2 scanning source... |
| 3 0 files updated, 0 files merged, 0 files removed, 0 files unresolved | 3 sorting... |
| 4 Done commit of rev 0 | 4 converting... |
| 5 0 foo | |
| 5 % log with non-ASCII committer | 6 % log with non-ASCII committer |
| 6 changeset: 0:d06142abc8ab | 7 changeset: 0:f44a7ebfef4b |
| 7 tag: tip | 8 tag: tip |
| 8 user: Jean-François <jf@example.com> | 9 user: Jean-François <jf@example.com> |
| 9 date: Fri Nov 30 14:58:10 2001 +0000 | 10 date: Fri Nov 30 14:58:10 2001 +0000 |
| 10 summary: foo | 11 summary: foo |
| 11 | 12 |
| 12 % import dump with non-ASCII author | 13 % import dump with non-ASCII author |
| 13 Reading source: ../author.dump | 14 scanning source... |
| 14 0 files updated, 0 files merged, 0 files removed, 0 files unresolved | 15 sorting... |
| 15 Done commit of rev 0 | 16 converting... |
| 17 0 blah | |
| 16 % log with non-ASCII author | 18 % log with non-ASCII author |
| 17 changeset: 0:9a86e5e78bae | 19 changeset: 0:e10eff2ea202 |
| 18 tag: tip | 20 tag: tip |
| 19 user: Jürgen <juergen@example.org> | 21 user: Jürgen <juergen@example.org> |
| 20 date: Tue Aug 11 10:13:20 2009 -0400 | 22 date: Tue Aug 11 10:13:20 2009 -0400 |
| 21 summary: blah | 23 summary: blah |
| 22 | 24 |
| 23 % import dump with non-ASCII message | 25 % import dump with non-ASCII message |
| 24 Reading source: ../message.dump | 26 scanning source... |
| 25 0 files updated, 0 files merged, 0 files removed, 0 files unresolved | 27 sorting... |
| 26 Done commit of rev 0 | 28 converting... |
| 29 0 fix na?ve implementation that ?le threw together for ?5 | |
| 30 Removing blob dir 'HGTMP/test-fastimport-nonascii/message/.hg/blobs' ... | |
| 27 % log with non-ASCII message | 31 % log with non-ASCII message |
| 28 changeset: 0:0700c36eef88 | 32 changeset: 0:cfd47dca9906 |
| 29 tag: tip | 33 tag: tip |
| 30 user: Dave <dave@example.org> | 34 user: Dave <dave@example.org> |
| 31 date: Tue Aug 11 10:13:50 2009 -0400 | 35 date: Tue Aug 11 10:13:50 2009 -0400 |
| 32 summary: fix naïve implementation that Øle threw together for €5 | 36 summary: fix naïve implementation that Øle threw together for €5 |
| 33 | 37 |
