Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 34650200D4E for ; Thu, 7 Dec 2017 14:47:32 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 333F6160C0C; Thu, 7 Dec 2017 13:47:32 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9FEB4160BFE for ; Thu, 7 Dec 2017 14:47:31 +0100 (CET) Received: (qmail 7602 invoked by uid 500); 7 Dec 2017 13:47:30 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 7592 invoked by uid 99); 7 Dec 2017 13:47:30 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Dec 2017 13:47:30 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id EFE053A00A7 for ; Thu, 7 Dec 2017 13:47:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1817371 - /subversion/trunk/subversion/libsvn_client/patch.c Date: Thu, 07 Dec 2017 13:47:26 -0000 To: commits@subversion.apache.org From: julianfoad@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20171207134728.EFE053A00A7@svn01-us-west.apache.org> archived-at: Thu, 07 Dec 2017 13:47:32 -0000 Author: julianfoad Date: Thu Dec 7 13:47:25 2017 New Revision: 1817371 URL: http://svn.apache.org/viewvc?rev=1817371&view=rev Log: * subversion/libsvn_client/patch.c (apply_one_patch): Fix doc string. Modified: subversion/trunk/subversion/libsvn_client/patch.c Modified: subversion/trunk/subversion/libsvn_client/patch.c URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/patch.c?rev=1817371&r1=1817370&r2=1817371&view=diff ============================================================================== --- subversion/trunk/subversion/libsvn_client/patch.c (original) +++ subversion/trunk/subversion/libsvn_client/patch.c Thu Dec 7 13:47:25 2017 @@ -2511,7 +2511,8 @@ sort_matched_hunks(const void *a, const * in RESULT_POOL. Use WC_CTX as the working copy context. * STRIP_COUNT specifies the number of leading path components * which should be stripped from target paths in the patch. - * REMOVE_TEMPFILES, PATCH_FUNC, and PATCH_BATON as in svn_client_patch(). + * REMOVE_TEMPFILES is as in svn_client_patch(). + * TARGETS_INFO is for preserving info across calls. * IGNORE_WHITESPACE tells whether whitespace should be considered when * doing the matching. * Call cancel CANCEL_FUNC with baton CANCEL_BATON to trigger cancellation.