Mercurial > hg > hg-fastimport
diff tests/test-fastimport-syntax.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 | 8a92919bcd16 |
| children | a739b8dc8e6f |
line wrap: on
line diff
--- a/tests/test-fastimport-syntax.out Sun May 10 14:16:02 2009 -0400 +++ b/tests/test-fastimport-syntax.out Sat May 16 12:57:22 2009 -0400 @@ -1,29 +1,28 @@ % dump with no blank line after merge commit -Reading source: ../test1.dump -0 files updated, 0 files merged, 0 files removed, 0 files unresolved -Done commit of rev 0 -0 files updated, 0 files merged, 0 files removed, 0 files unresolved -Done commit of rev 1 -0 files updated, 0 files merged, 0 files removed, 0 files unresolved -Done commit of rev 2 -@ 2:feeb61781acb +scanning source... +sorting... +converting... +2 +1 +0 +o 2:0c314954ac3f |\ | | -| o 1:4ebe0e085b60 +| o 1:1c1c7986a7e1 |/ | -o 0:39327e07c83d +o 0:ca38501957af % dump with redundant 'from' directive -Reading source: ../test2.dump -0 files updated, 0 files merged, 0 files removed, 0 files unresolved -Done commit of rev 0 -0 files updated, 0 files merged, 0 files removed, 0 files unresolved -Done commit of rev 1 -@ 1:4ebe0e085b60 +scanning source... +sorting... +converting... +1 +0 +o 1:1c1c7986a7e1 | | -o 0:39327e07c83d +o 0:ca38501957af
