You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2015/10/01 14:33:17 UTC

svn commit: r1706222 - /subversion/trunk/subversion/libsvn_client/patch.c

Author: rhuijben
Date: Thu Oct  1 12:33:17 2015
New Revision: 1706222

URL: http://svn.apache.org/viewvc?rev=1706222&view=rev
Log:
* subversion/libsvn_client/patch.c
  (apply_patches): Following up on r1706221, revert accidentally left hunk.

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=1706222&r1=1706221&r2=1706222&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/patch.c (original)
+++ subversion/trunk/subversion/libsvn_client/patch.c Thu Oct  1 12:33:17 2015
@@ -3511,7 +3511,7 @@ apply_patches(/* The path to the patch f
           patch_target_t *target;
 
           SVN_ERR(apply_one_patch(&target, patch, root_abspath,
-                                  ctx->wc_ctx, strip_count, dry_run,
+                                  ctx->wc_ctx, strip_count,
                                   ignore_whitespace, remove_tempfiles,
                                   targets_info,
                                   patch_func, patch_baton,