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

Re: [PATCH] Fix Python bindings to svn.wc.crawl_revisions2()

From: Jelmer Vernooij <jelmer_at_samba.org>
Date: 2006-06-23 19:32:09 CEST

On Sat, 2006-06-24 at 03:54 +0530, Madan U Sreenivasan wrote:
> On Fri, 23 Jun 2006 20:27:14 +0530, Jelmer Vernooij <jelmer@samba.org>
> wrote:
>
> > On Fri, 2006-06-23 at 10:55 -0400, Garrett Rooney wrote:
> >> On 6/23/06, Jelmer Vernooij <jelmer@samba.org> wrote:
> >> > Hi,
> >> >
> >> > [[[
> >> > Fix Python bindings to svn.wc.crawl_revisions2().
>
> + def test_craw_revisions2(self):
> Did you mean test_crawl_revisions2()?
Oops.

> + wc.crawl_revisions2(self.path, self.wc, MyReporter(self),
> + False, True, False, notify, info)
> Shouldn't the second line be indented to be below the self.path parameter?
> + self.assert_(self._finished_report)
> I think we should have _finished_report as part of the MyReporter object,
> rather than add one more member to the test suite class.
Makes sense. Fixed.

Cheers,

Jelmer

-- 
Jelmer Vernooij <jelmer_at_samba.org> - http://samba.org/~jelmer/

Received on Fri Jun 23 19:33:20 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.