You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2013/12/04 20:49:41 UTC

svn commit: r1547887 - /subversion/trunk/subversion/svn/mergeinfo-cmd.c

Author: breser
Date: Wed Dec  4 19:49:41 2013
New Revision: 1547887

URL: http://svn.apache.org/r1547887
Log:
Revert r1547874, turns out not requesting changed paths breaks the filtering
of sub-tree merges that are completely applied.

Modified:
    subversion/trunk/subversion/svn/mergeinfo-cmd.c

Modified: subversion/trunk/subversion/svn/mergeinfo-cmd.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/mergeinfo-cmd.c?rev=1547887&r1=1547886&r2=1547887&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/mergeinfo-cmd.c (original)
+++ subversion/trunk/subversion/svn/mergeinfo-cmd.c Wed Dec  4 19:49:41 2013
@@ -334,7 +334,7 @@ mergeinfo_log(svn_boolean_t finding_merg
                                     src_start_revision,
                                     src_end_revision,
                                     log_reciever, NULL,
-                                    FALSE, depth, revprops, ctx,
+                                    TRUE, depth, revprops, ctx,
                                     pool));
 
   return SVN_NO_ERROR;