Mercurial > hg > hg-fastimport
view 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 |
line wrap: on
line source
% importing scanning source... sorting... converting... 1 initial revision 0 add a line Removing blob dir 'HGTMP/test-fastimport-simple/simple/.hg/blobs' ... % hg log changeset: 1:777dd8cf7297 tag: tip user: Example <example@example.org> date: Thu Jan 10 21:20:01 2008 +0000 summary: add a line changeset: 0:1e4114af38f1 user: Example <example@example.org> date: Thu Jan 10 21:20:00 2008 +0000 summary: initial revision % content of file1, rev 0 file 1 begins % content of file2, rev 0 this here be file2 % content of file1, rev 1 file 1 begins new line % content of file2, rev 1 this here be file2
