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

Re: [PATCH] mailer.py to use revision author for from_addr

From: Blair Zajac <blair_at_orcaware.com>
Date: 2003-04-09 21:54:57 CEST

Greg Stein wrote:
>
> I could bikeshed on "no_author", but hey... :-)

I just used the same string replacing s/ /_/g as if you did a commit
on a http:// repository with no access control and than ran svn log:

subversion/clients/cmdline/log-cmd.c:

  if (author == NULL)
    author = "(no author)";

We could change all of these, but it's bikesheedy to me too :)

Best,
Blair

-- 
Blair Zajac <blair@orcaware.com>
Plots of your system's performance - http://www.orcaware.com/orca/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 9 21:55:54 2003

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.