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/09/30 19:24:51 UTC

svn propchange: r1706091 - svn:log

Author: rhuijben
Revision: 1706091
Modified property: svn:log

Modified: svn:log at Wed Sep 30 17:24:51 2015
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Sep 30 17:24:51 2015
@@ -2,5 +2,5 @@ Use the existing check for modifications
 a separate later step during 'svn patch'.
 
 * subversion/libsvn_client/patch.c
-  (resolve_target_path): Remove expensive check here.
-  (init_patch_target): That can be handled here for free.
+  (resolve_target_path): Check for modifications here.
+  (init_patch_target): Instead of doing it with an expensive check here.