Re: [Python-Dev] slight inconsistency in svn checkin email subject lines

2006-01-04 Thread Martin v. Löwis
Walter Dörwald wrote: > And while we're at it, could you remove the "commit of" too? IMHO it > just obscures the real content of the subject. Done. FYI, the rationale for this prefix was that post-commit distinguishes between "commit" and "revprop", where revprop would indicate that properties cha

Re: [Python-Dev] slight inconsistency in svn checkin email subject lines

2006-01-03 Thread Raymond Hettinger
> And while we're at it, could you remove the "commit of" too? IMHO it > just obscures the real content of the subject. +1 Raymond ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http:

Re: [Python-Dev] slight inconsistency in svn checkin email subject lines

2006-01-03 Thread Walter Dörwald
Martin v. Löwis wrote: > [...] > commit_subject_prefix = [Python-checkins] commit of > > [...] > > Anyway, I just killed the "[Python-checkins]" part from the prefix > (expecting that mailman would add it, anyway), and regenerated > the r41848 commit message, and it seem that worked this time.

Re: [Python-Dev] slight inconsistency in svn checkin email subject lines

2006-01-03 Thread Martin v. Löwis
Neal Norwitz wrote: > I looked into this briefly. I saw something like: > > if prefix: > subject = prefix + ' ' + self.subject > else: > subject = self.subject Hmm - this shouldn't matter: There is only a single prefix defined, in [defaults]: commit_subject_prefix = [Python-checkins] commit

Re: [Python-Dev] slight inconsistency in svn checkin email subject lines

2006-01-03 Thread Neal Norwitz
On 1/3/06, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > > I tried to, but couldn't. I'll be sending the mailer.py and mailer.conf > files in a private mail. I can't see anything wrong in that code. > > Perhaps mailman is adding the spaces? I looked into this briefly. I saw something like: if p

Re: [Python-Dev] slight inconsistency in svn checkin email subject lines

2006-01-03 Thread Martin v. Löwis
Trent Mick wrote: > I don't have access to that box. Is this a machine used for maintaining > the pydotorg stuff? Yes, it's also www.python.org (but not mail.python.org) > Or would it be easier > for you the fix this little inconsistency... or have me make a bug on SF > and assign to you (or some

Re: [Python-Dev] slight inconsistency in svn checkin email subject lines

2006-01-03 Thread Trent Mick
[Martin v. Loewis wrote] > Trent Mick wrote: > > Is this intentional? If not, could someone point me to where the svn > > trigger scripts are maintained so I could poke around for a fix? (Or > > just fix it themselves. :) > > It was not my intention. They are in > dinsdale.python.org:/data/repos/p

Re: [Python-Dev] slight inconsistency in svn checkin email subject lines

2006-01-02 Thread Martin v. Löwis
Trent Mick wrote: > Is this intentional? If not, could someone point me to where the svn > trigger scripts are maintained so I could poke around for a fix? (Or > just fix it themselves. :) It was not my intention. They are in dinsdale.python.org:/data/repos/projects Regards, Martin __

[Python-Dev] slight inconsistency in svn checkin email subject lines

2005-12-30 Thread Trent Mick
Here are the subject lines for two recent svn commit emails: [Python-checkins] commit of r41847 - in python/trunk: Lib/test/test__locale.py Python/as... [Python-checkins] commit of r41848 - python/trunk/setup.py ^ `--- one extra space There is an