Message10567

Author frank
Recipients jhein
Date 2009-09-24.10:32:49
Content
Was this not fixed with 9811cc670c51af8dd369f7925f6f4401a976d747?

cvsps: cvs log loop uses lookahead to avoid misleading text

Changes cvsps.py's cvs log reader to use a one-line lookahead, so
that possibly misleading log messages can be disambiguated.  In
particular I have past committers who used cvs log's 28-character
row of hyphens within commit messages; this throws cvsps and disrupts
conversion.  The only alternative in this case is to edit the cvs
,v file by hand, which bloodies mercurial's "don't change history"
principle.

Or use cvs admin -m.
History
Date User Action Args
2009-09-24 10:32:49franksetrecipients: + jhein
2009-09-24 10:32:49franksetmessageid: <1253788369.19.0.989783541359.issue1841@mercurial.selenic.com>
2009-09-24 10:32:49franklinkissue1841 messages
2009-09-24 10:32:49frankcreate