Mercurial > hg > hg-fastimport
view 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 |
line wrap: on
line source
% import cvs2git dumps scanning source... sorting... converting... 1 initial revision 0 modify Removing blob dir 'HGTMP/test-fastimport-cvs2git/simplecvs/.hg/blobs' ... % log o changeset: 1:f5f5b99690f9 | tag: tip | user: example | date: Thu Jan 10 21:21:00 2008 +0000 | files: ooga | description: | modify | | o changeset: 0:602b297b695e user: example date: Thu Jan 10 21:20:00 2008 +0000 files: foo.txt ooga description: initial revision % manifest at rev 0 foo.txt ooga % manifest at rev 1 foo.txt ooga % cat foo.txt at rev 0 hello there % cat foo.txt at rev 1 hello there % cat ooga at rev 0 ooga booga % cat ooga at rev 1 woof woof ooga booga blah blah
