##// END OF EJS Templates
Allow tests to run in parallel.
Allow tests to run in parallel.

File last commit:

r5381:68743681 default
r5384:e3a0c092 default
Show More
test-convert-cvs.out
39 lines | 657 B | text/plain | TextLexer
/ tests / test-convert-cvs.out
% create cvs repository
% create source directory
% import source directory
N src/a
N src/b/c
No conflicts created by this import
% checkout source directory
U src/a
U src/b/c
% convert fresh repo
initializing destination src-hg repository
connecting to cvsrepo
scanning source...
sorting...
converting...
1 Initial revision
0 import
updating tags
a
c
% commit new file revisions
src/a,v <-- a
new revision: 1.2; previous revision: 1.1
src/b/c,v <-- b/c
new revision: 1.2; previous revision: 1.1
% convert again
destination src-hg is a Mercurial repository
connecting to cvsrepo
scanning source...
sorting...
converting...
0 ci1
updating tags
a
a
c
c