hg convert from cvs bug ?

Dongsheng Song dongsheng.song at gmail.com
Thu Jul 1 07:12:59 UTC 2010


When I try to convert FreeTDS, I found hg convert not use any cvsps.fuzz
setting:

For example:

$ hg log
...
changeset:   2:449bdfd47711
branch:      camber
user:        brianb
date:        Fri Oct 12 23:28:40 2001 +0000
summary:     initial checkin

changeset:   1:e7896f690dbf
branch:      camber
user:        brianb
date:        Fri Oct 12 23:28:40 2001 +0000
summary:     initial checkin

changeset:   0:556e7c897126
branch:      camber
user:        brianb
date:        Fri Oct 12 23:28:40 2001 +0000
summary:     initial checkin

Why these commit of 'initial checkin'  not in the same changeset ?

Here is my convert script:

export VCS_ROOT=/home/dongsheng/vcs
export CVS_ROOT=:pserver:anonymous at freetds.cvs.sourceforge.net:
/cvsroot/freetds

cd ${VCS_ROOT}/cvs && cvs -d ${CVS_ROOT} co -d freetds freetds
cd ${VCS_ROOT}/hg  && hg convert --datesort ${VCS_ROOT}/cvs/freetds freetds

Regards,
Dongsheng
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20100701/3cfa59f7/attachment.html>


More information about the Mercurial mailing list