[issue2387] Convert extension is getting incorrect comments for svn

Michael Glassford bugs at mercurial.selenic.com
Sat Sep 18 16:44:11 UTC 2010


New submission from Michael Glassford <glassfordmjg at gmail.com>:

I issue the following command (it's a public svn repository, so anyone can 
reproduce):

"""
hg --config convert.hg.tagsbranch=0 convert 
http://daprc.svn.sourceforge.net/svnroot/daprc trunk-mirror
"""

The start of the output looks like this:

"""
initializing destination trunk-mirror repository
scanning source...
sorting...                                                                                                                                                                                                                        
converting...
152 nwn folder
151 Moved over from current CVS with no changes
150                                                                                                                                                                                                                               
149 Moved over from current CVS with no changes                                                                                                                                                                                   
148 Moved over from current CVS with no changes                                                                                                                                                                                   
"""

The problem is that the comment displayed for revision 152 is actually the 
comment for revision 1 in the svn repository; that displayed for 151 is 
really for revision 2; that for revision 150, for revision 3; etc.

----------
messages: 13652
nosy: Michael Glassford
priority: bug
status: unread
title: Convert extension is getting incorrect comments for svn

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue2387>
____________________________________________________


More information about the Mercurial-devel mailing list