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

Re: [PATCH] tools/dev/contribulyze.py

From: Madan U Sreenivasan <madan_at_collab.net>
Date: 2006-06-26 13:45:53 CEST

On Sat, 24 Jun 2006 06:46:24 +0530, Madan U Sreenivasan <madan@collab.net>
wrote:

> On Sat, 24 Jun 2006 00:12:02 +0530, Kamesh Jayachandran
> <kamesh@collab.net> wrote:
>
> @@ -245,6 +244,8 @@
> username = None
> real_name = None
> email = None
> + if name[-1] == ',':
> + name = name[0:-1]
>
> We would be better of tweaking the regex in_field_re in graze().

am sorry, I seemed to have missed out on your reply to this. But, aren't
you planning to change this implementation and move it to graze()?

Regards,
Madan.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jun 26 13:16:12 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.