Mercurial > hg > hg-fastimport
diff tests/test-fastimport-cvs2git.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 | 86a845a16a6e |
| children |
line wrap: on
line diff
--- a/tests/test-fastimport-cvs2git.out Sun May 10 14:16:02 2009 -0400 +++ b/tests/test-fastimport-cvs2git.out Sat May 16 12:57:22 2009 -0400 @@ -1,23 +1,22 @@ % import cvs2git dumps -Reading source: git-blob.dat -Reading source: git-dump.dat -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-cvs2git/simplecvs/.hg/blobs' ... % log -@ changeset: 1:be20ff2863a5 +o changeset: 1:f5f5b99690f9 | tag: tip -| user: example <example> +| user: example | date: Thu Jan 10 21:21:00 2008 +0000 | files: ooga | description: | modify | | -o changeset: 0:5bb45e163687 - user: example <example> +o changeset: 0:602b297b695e + user: example date: Thu Jan 10 21:20:00 2008 +0000 files: foo.txt ooga description:
