Mercurial > hg > hg-fastimport
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 46:93c2b1e832bd | 47:7ff36dc9f0b1 |
|---|---|
| 1 % importing | 1 % importing |
| 2 Reading source: ../simple.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 add a line |
| 7 Removing blob dir 'HGTMP/test-fastimport-simple/simple/.hg/blobs' ... | |
| 7 % hg log | 8 % hg log |
| 8 changeset: 1:494d62fb22a9 | 9 changeset: 1:777dd8cf7297 |
| 9 tag: tip | 10 tag: tip |
| 10 user: Example <example@example.org> | 11 user: Example <example@example.org> |
| 11 date: Thu Jan 10 21:20:01 2008 +0000 | 12 date: Thu Jan 10 21:20:01 2008 +0000 |
| 12 summary: add a line | 13 summary: add a line |
| 13 | 14 |
| 14 changeset: 0:43689aeeccc7 | 15 changeset: 0:1e4114af38f1 |
| 15 user: Example <example@example.org> | 16 user: Example <example@example.org> |
| 16 date: Thu Jan 10 21:20:00 2008 +0000 | 17 date: Thu Jan 10 21:20:00 2008 +0000 |
| 17 summary: initial revision | 18 summary: initial revision |
| 18 | 19 |
| 19 % content of file1, rev 0 | 20 % content of file1, rev 0 |
