[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: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2006-03-30 02:08:10 CEST

Daniel Rall wrote:
> I like this change in output format, and see nothing wrong with the
> patch itself.

I haven't tried it but I'm happy with the idea, but ...

> On Wed, 29 Mar 2006, Mathias Weinert 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:".

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 30 02:08:35 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.