Re: r9060 mailer.py broke sending author
From: Greg Stein <gstein_at_lyra.org>
Date: 2004-03-19 19:18:30 CET
On Fri, Mar 19, 2004 at 10:13:54AM -0800, Greg Stein wrote:
Yup. In r9060 cmpilato lost the reference to repos.author during the
A long while ago, the code used to look like:
self.from_addr = self.cfg.get('from_addr', group, params) or \
But it now reads:
self.from_addr = self.cfg.get('from_addr', group, params) or 'no_author'
Cheers,
-- Greg Stein, http://www.lyra.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Fri Mar 19 19:16:32 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.