Mercurial > hg > hg-fastimport
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 46:93c2b1e832bd | 47:7ff36dc9f0b1 |
|---|---|
| 1 % import simple dump from git | 1 % import simple dump from git |
| 2 Reading source: simplegit.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 2 files updated, 0 files merged, 0 files removed, 0 files unresolved | 5 1 initial revision |
| 6 Done commit of rev 1 | 6 0 modify |
| 7 Removing blob dir 'HGTMP/test-fastimport-git/simplegit/.hg/blobs' ... | 7 Removing blob dir 'HGTMP/test-fastimport-git/simplegit/.hg/blobs' ... |
| 8 % hg log | 8 % hg log |
| 9 @ changeset: 1:f5fb7ed5752d | 9 o changeset: 1:0a3befda043d |
| 10 | tag: tip | 10 | tag: tip |
| 11 | user: Joe Contributor <joe@example.com> | 11 | user: Joe Contributor <joe@example.com> |
| 12 | date: Fri Jan 11 01:20:00 2008 +0400 | 12 | date: Fri Jan 11 01:20:00 2008 +0400 |
| 13 | files: ooga | 13 | files: ooga |
| 14 | description: | 14 | description: |
| 15 | modify | 15 | modify |
| 16 | | 16 | |
| 17 | | 17 | |
| 18 o changeset: 0:56c9f26e6c12 | 18 o changeset: 0:9a4b81675bd1 |
| 19 user: Example <example@example.org> | 19 user: Example <example@example.org> |
| 20 date: Fri Jan 11 01:21:00 2008 +0400 | 20 date: Fri Jan 11 01:21:00 2008 +0400 |
| 21 files: foo.txt ooga | 21 files: foo.txt ooga |
| 22 description: | 22 description: |
| 23 initial revision | 23 initial revision |
