Mercurial > hg-stable
diff tests/test-convert-cvs.out @ 10695:b4b16e90712f stable
convert: teach cvsps to handle . repository (issue1649)
For a CVS repository checked out with "cvs co .", the prefix used to strip of
what we get from CVS was previously erroneously set to "repopath/.".
We now prevent the dot to be added.
Test folded in test-convert-cvs and simplified by Patrick Mézard
<pmezard@gmail.com>.
author | Mathieu Clabaut <mathieu.clabaut@systerel.fr> |
---|---|
date | Tue, 09 Mar 2010 12:09:57 +0100 |
parents | 69ce7a10e593 |
children | bdb60057f905 |
line wrap: on
line diff
--- a/tests/test-convert-cvs.out Sun Mar 14 18:46:38 2010 +0100 +++ b/tests/test-convert-cvs.out Tue Mar 09 12:09:57 2010 +0100 @@ -53,6 +53,28 @@ 2 update tags files: .hgtags 1 ci0 files: b/c 0 Initial revision files: b/c +% convert full repository (issue1649) +U srcfull/src/a +U srcfull/src/b/c +CVS +CVSROOT +src +initializing destination srcfull-hg repository +connecting to cvsrepo +scanning source... +collecting CVS rlog +creating changesets +4 changeset entries +sorting... +converting... +3 Initial revision +2 import +1 initial checkin +0 ci0 +updating tags +a +c +c % commit new file revisions checking in src/a,v checking in src/b/c,v