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

Re: svn commit: r24945 - in branches/ctypes-python-bindings: . csvn csvn/core csvn/ext

From: David James <james_at_cs.toronto.edu>
Date: 2007-05-07 16:43:05 CEST

On 5/7/07, David Glasser <glasser@mit.edu> wrote:
> On 5/6/07, djames@tigris.org <djames@tigris.org> wrote:
> > Author: djames
> > Date: Sat May 5 22:12:30 2007
> > New Revision: 24945
> >
> > Log:
> > Add support for 'log' to ClientSession, and an example script which
> > replicates the behaviour of 'svn log'.
> >
> > * csvn/client.py
> > (_LogMessageReceiver): New class.
> > (ClientSession.log): Add log method
> >
> > * csvn/core/__init__.py
> > (Hash.__init__): Update this function to create copies of the
> > input hash.
> > (Hash.__len__): Convert the return value of apr_hash_count to
> > an int, in case it's not an int already.
> >
> > * csvn/ext/callback_receiver.py:
> > New file. The CallbackReceiver class in this file makes it easy
> > to write convert c-style callbacks into generator functions.
>
> I think you left log.py out of the log message.

Good catch. I've fixed up the log message.

Thanks,

David

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 7 16:43:27 2007

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.