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

Re: r9060 mailer.py broke sending author

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-03-19 20:30:39 CET

Greg Stein <gstein@lyra.org> writes:

> Yup. In r9060 cmpilato lost the reference to repos.author during the
> change to whack the "override_author" stuff.
>
> A long while ago, the code used to look like:
>
> self.from_addr = self.cfg.get('from_addr', group, params) or \
> self.repos.author or 'no_author'
>
> But it now reads:
>
> self.from_addr = self.cfg.get('from_addr', group, params) or 'no_author'

Yep, I broke that. Totally failed to test that case. Simply
reverting that line doesn't do the whole job, though. Testing a fix
now.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 19 20:32:02 2004

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.