Discussion:
Patch - nightly CLogDlg::FillLogMessageCtrl incorrectly styling bug ID links for multiple revisions
Adam D. Walling
2014-09-29 14:03:09 UTC
Permalink
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].
Stefan Küng
2014-09-29 17:11:55 UTC
Permalink
Post by Adam D. Walling
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.
Thanks!
Committed in r25897.

Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest interface to (Sub)version control
/_/ \_\ http://tortoisesvn.net

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3089178

To unsubscribe from this discussion, e-mail: [dev-***@tortoisesvn.tigris.org].
Loading...