[PATCH] Allow "cease invocation" return from Python callback for repos.svn_repos_history2()
From: Alexey Neyman <stilor_at_att.net>
Date: Tue, 16 Mar 2010 14:05:01 -0700
Hi all,
The svn_repos_history2() function allows the history_func() to return a
def history_lookup(path, rev, pool):
repos.svn_repos_history2(..., history_lookup, ...)
svn.core.SubversionException: ('Python callback returned an invalid
Indeed, svn_swig_py_repos_history_func() only expects a return of None.
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.