Message6466

Author frank
Recipients makarius
Date 2008-07-03.19:16:59
Content
This is not a problem for builtin cvsps.

However, there is a potential issue if a commit log message has a line in it
which matches re_31 or re_32 (see hgext/convert/cvsps.py). That is, a line
containing exactly 28 dashes or 77 equal signs, and nothing else. I have come
across one of those in one of the (Free?)BSD CVS trees.

If that were to happen, then "cvs admin -m" might be a simpler workaround than
trying to make cvsps.py backtrack around this kind of problem.
History
Date User Action Args
2008-07-03 19:17:06franksetmessageid: <1215112626.37.0.365813177475.issue1211@selenic.com>
2008-07-03 19:17:06franksetrecipients: + makarius
2008-07-03 19:17:05franklinkissue1211 messages
2008-07-03 19:16:59frankcreate