[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Patch - nightly CLogDlg::FillLogMessageCtrl incorrectly styling bug ID links for multiple revisions

From: Adam D. Walling <adam.walling_at_gmail.com>
Date: Mon, 29 Sep 2014 07:03:09 -0700 (PDT)

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-unsubscribe_at_tortoisesvn.tigris.org].

Received on 2014-09-29 16:35:26 CEST

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.