Mercurial > hg > hg-fastimport
diff tests/test-fastimport-simple.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 | ae8dd2a2f102 |
| children | 1cf21a8c274b |
line wrap: on
line diff
--- a/tests/test-fastimport-simple.out Sun May 10 14:16:02 2009 -0400 +++ b/tests/test-fastimport-simple.out Sat May 16 12:57:22 2009 -0400 @@ -1,17 +1,18 @@ % importing -Reading source: ../simple.dump -0 files updated, 0 files merged, 0 files removed, 0 files unresolved -Done commit of rev 0 -2 files updated, 0 files merged, 0 files removed, 0 files unresolved -Done commit of rev 1 +scanning source... +sorting... +converting... +1 initial revision +0 add a line +Removing blob dir 'HGTMP/test-fastimport-simple/simple/.hg/blobs' ... % hg log -changeset: 1:494d62fb22a9 +changeset: 1:777dd8cf7297 tag: tip user: Example <example@example.org> date: Thu Jan 10 21:20:01 2008 +0000 summary: add a line -changeset: 0:43689aeeccc7 +changeset: 0:1e4114af38f1 user: Example <example@example.org> date: Thu Jan 10 21:20:00 2008 +0000 summary: initial revision
