Adam D. Walling
2014-09-29 14:03:09 UTC
In nightly, CLogDlg::FillLogMessageCtrl incorrectly styles bug ID links when multiple revisions are selected; the CRLF is treated as one character, and so any \r are removed. However this step was skipped when multiple revisions are selected, automatically generating the message.
The attached patch unconditionally performs the \r removal after the m_bSingleRevision checks.
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3089172
To unsubscribe from this discussion, e-mail: [dev-***@tortoisesvn.tigris.org].
The attached patch unconditionally performs the \r removal after the m_bSingleRevision checks.
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3089172
To unsubscribe from this discussion, e-mail: [dev-***@tortoisesvn.tigris.org].