Mercurial > hg > hg-fastimport
diff tests/test-fastimport-git.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 | 3820c7a49627 |
| children | b3faf593a471 |
line wrap: on
line diff
--- a/tests/test-fastimport-git.out Sun May 10 14:16:02 2009 -0400 +++ b/tests/test-fastimport-git.out Sat May 16 12:57:22 2009 -0400 @@ -1,12 +1,12 @@ % import simple dump from git -Reading source: simplegit.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 modify Removing blob dir 'HGTMP/test-fastimport-git/simplegit/.hg/blobs' ... % hg log -@ changeset: 1:f5fb7ed5752d +o changeset: 1:0a3befda043d | tag: tip | user: Joe Contributor <joe@example.com> | date: Fri Jan 11 01:20:00 2008 +0400 @@ -15,7 +15,7 @@ | modify | | -o changeset: 0:56c9f26e6c12 +o changeset: 0:9a4b81675bd1 user: Example <example@example.org> date: Fri Jan 11 01:21:00 2008 +0400 files: foo.txt ooga
