Mercurial > hg > hg-fastimport
view tests/test-fastimport-cvs2git-fixup.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 | 7ff36dc9f0b1 |
| children |
line wrap: on
line source
---------------------------------------- % import git-dump-1.dat scanning source... sorting... converting... 3 added Makefile 2 create branch 'REL-2-2-3' (manufactured commit) 1 create tag 'REL-2-2-3-P1' (manufactured commit) 0 added iostream.h updating tags Removing blob dir 'HGTMP/test-fastimport-cvs2git-fixup/realcvs.1/.hg/blobs' ... % hg glog (git-dump-1.dat) o rev: 4 | author: convert-repo | branch: '' tags: tip | files: .hgtags | desc: update tags | o rev: 3 | author: Other <other@example.com> | branch: '' tags: | files: main.cpp | desc: added iostream.h | | o rev: 2 | | author: cvs2git | | branch: 'REL-2-2-3' tags: REL-2-2-3-P1 | | files: Tools/Debug/C++/DebugCpp.doxygen | | desc: create tag 'REL-2-2-3-P1' (manufactured commit) | | | o rev: 1 |/ author: cvs2git | branch: 'REL-2-2-3' tags: | files: | desc: create branch 'REL-2-2-3' (manufactured commit) | o rev: 0 author: Example <example> branch: '' tags: files: Makefile desc: added Makefile % hg branches (git-dump-1.dat) REL-2-2-3 2:b4709b6ae328 % hg heads -v (git-dump-1.dat) rev: 4 author: convert-repo branch: '' tags: tip files: .hgtags desc: update tags rev: 2 author: cvs2git branch: 'REL-2-2-3' tags: REL-2-2-3-P1 files: Tools/Debug/C++/DebugCpp.doxygen desc: create tag 'REL-2-2-3-P1' (manufactured commit) % hg tags -v (git-dump-1.dat) REL-2-2-3-P1 2:b4709b6ae328 ---------------------------------------- % import git-dump-2.dat scanning source... sorting... converting... 3 added Makefile 2 create branch 'REL-2-2-3' (manufactured commit) 1 create tag 'REL-2-2-3-P1' (manufactured commit) 0 added iostream.h updating tags Removing blob dir 'HGTMP/test-fastimport-cvs2git-fixup/realcvs.2/.hg/blobs' ... % hg glog (git-dump-2.dat) o rev: 4 | author: convert-repo | branch: '' tags: tip | files: .hgtags | desc: update tags | o rev: 3 | author: Other <other@example.com> | branch: '' tags: | files: main.cpp | desc: added iostream.h | | o rev: 2 | | author: cvs2git | | branch: 'REL-2-2-3' tags: REL-2-2-3-P1 | | files: Tools/Debug/C++/DebugCpp.doxygen | | desc: create tag 'REL-2-2-3-P1' (manufactured commit) | | | o rev: 1 |/ author: cvs2git | branch: 'REL-2-2-3' tags: | files: | desc: create branch 'REL-2-2-3' (manufactured commit) | o rev: 0 author: Example <example> branch: '' tags: files: Makefile desc: added Makefile % hg branches (git-dump-2.dat) REL-2-2-3 2:b4709b6ae328 % hg heads -v (git-dump-2.dat) rev: 4 author: convert-repo branch: '' tags: tip files: .hgtags desc: update tags rev: 2 author: cvs2git branch: 'REL-2-2-3' tags: REL-2-2-3-P1 files: Tools/Debug/C++/DebugCpp.doxygen desc: create tag 'REL-2-2-3-P1' (manufactured commit) % hg tags -v (git-dump-2.dat) REL-2-2-3-P1 2:b4709b6ae328
