Mercurial > hg > hg-fastimport
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 46:93c2b1e832bd | 47:7ff36dc9f0b1 |
|---|---|
| 1 % import cvs2git dumps | 1 % import cvs2git dumps |
| 2 Reading source: git-blob.dat | 2 scanning source... |
| 3 Reading source: git-dump.dat | 3 sorting... |
| 4 0 files updated, 0 files merged, 0 files removed, 0 files unresolved | 4 converting... |
| 5 Done commit of rev 0 | 5 1 initial revision |
| 6 2 files updated, 0 files merged, 0 files removed, 0 files unresolved | 6 0 modify |
| 7 Done commit of rev 1 | |
| 8 Removing blob dir 'HGTMP/test-fastimport-cvs2git/simplecvs/.hg/blobs' ... | 7 Removing blob dir 'HGTMP/test-fastimport-cvs2git/simplecvs/.hg/blobs' ... |
| 9 % log | 8 % log |
| 10 @ changeset: 1:be20ff2863a5 | 9 o changeset: 1:f5f5b99690f9 |
| 11 | tag: tip | 10 | tag: tip |
| 12 | user: example <example> | 11 | user: example |
| 13 | date: Thu Jan 10 21:21:00 2008 +0000 | 12 | date: Thu Jan 10 21:21:00 2008 +0000 |
| 14 | files: ooga | 13 | files: ooga |
| 15 | description: | 14 | description: |
| 16 | modify | 15 | modify |
| 17 | | 16 | |
| 18 | | 17 | |
| 19 o changeset: 0:5bb45e163687 | 18 o changeset: 0:602b297b695e |
| 20 user: example <example> | 19 user: example |
| 21 date: Thu Jan 10 21:20:00 2008 +0000 | 20 date: Thu Jan 10 21:20:00 2008 +0000 |
| 22 files: foo.txt ooga | 21 files: foo.txt ooga |
| 23 description: | 22 description: |
| 24 initial revision | 23 initial revision |
| 25 | 24 |
