You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2012/09/21 19:11:52 UTC

svn commit: r1388570 - /subversion/trunk/subversion/libsvn_client/mergeinfo.c

Author: julianfoad
Date: Fri Sep 21 17:11:51 2012
New Revision: 1388570

URL: http://svn.apache.org/viewvc?rev=1388570&view=rev
Log:
* subversion/libsvn_client/mergeinfo.c:
  (svn_client_mergeinfo_log2): Rewrite a rather poor comment.

Modified:
    subversion/trunk/subversion/libsvn_client/mergeinfo.c

Modified: subversion/trunk/subversion/libsvn_client/mergeinfo.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/mergeinfo.c?rev=1388570&r1=1388569&r2=1388570&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/mergeinfo.c (original)
+++ subversion/trunk/subversion/libsvn_client/mergeinfo.c Fri Sep 21 17:11:51 2012
@@ -1729,7 +1729,10 @@ svn_client_mergeinfo_log2(svn_boolean_t 
         }
     }
 
-  /* Open RA sessions to the repository for the source and target.
+  /* Fetch the location history as mergeinfo, for the source branch
+   * (between the given start and end revisions), and, if we're finding
+   * merged revisions, then also for the entire target branch.
+   *
    * ### TODO: As the source and target must be in the same repository, we
    * should share a single session, tracking the two URLs separately. */
   {