Re: [PATCH] Fix Python bindings to svn.wc.crawl_revisions2()
From: Madan U Sreenivasan <madan_at_collab.net>
Date: 2006-06-24 00:24:15 CEST
On Fri, 23 Jun 2006 20:27:14 +0530, Jelmer Vernooij <jelmer@samba.org>
> On Fri, 2006-06-23 at 10:55 -0400, Garrett Rooney wrote:
+ def test_craw_revisions2(self):
+ wc.crawl_revisions2(self.path, self.wc, MyReporter(self),
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,
Regards,
---------------------------------------------------------------------
|
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.