Mercurial > hg > hg-fastimport
view tests/test-fastimport-git.out @ 100:3f2bf6a7830a default tip
Added tag 0.1.1 for changeset a90da62aa705
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Mon, 15 Feb 2021 12:06:38 +0000 |
| parents | b3faf593a471 |
| children |
line wrap: on
line source
% import simple dump from git scanning source... sorting... converting... 1 initial revision 0 modify Removing blob dir 'HGTMP/test-fastimport-git/simplegit/.hg/blobs' ... % hg log o changeset: 1:3ba674918e3f | tag: tip | user: Joe Contributor <joe@example.com> | date: Thu Jan 10 17:20:00 2008 -0400 | files: ooga | description: | modify | | o changeset: 0:339e2fa74ac1 user: Example <example@example.org> date: Thu Jan 10 17:21:00 2008 -0400 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
