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

Re: [PATCH] show log message before changed paths in mailer.py

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2006-03-30 02:40:27 CEST

Julian Foad wrote:
>>> + w('Author: %s\nDate: %s\nNew Revision: %s\n\nLog: %s\n\n'
>>> + % (data.author, data.date, data.rev, data.log))
>
> [...]
>
>>> - w('\nLog:\n%s\n' % data.log)
>
>
> ... it looks to me like it wrongly omits a newline after "Log:".

I'd call that a bugfix. A multi-line log message really should begin on its
own dedicated line.

-- 
C. Michael Pilato <cmpilato@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Received on Thu Mar 30 02:44:53 2006

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

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