> (svn_client_patch): In the docstring, provide a high-level description > of what this function does.
Thanks! - Julian > + * This function makes a best-effort attempt at applying the patch. > + * It might skip patch targets which cannot be patched (e.g. targets > + * that are outside of the working copy). It will also reject hunks > + * which cannot be applied to a target in case the hunk's context > + * does not match anywhere in the patch target. > + *