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 2018/07/06 18:23:39 UTC

svn commit: r1835274 - /subversion/trunk/subversion/libsvn_client/diff.c

Author: julianfoad
Date: Fri Jul  6 18:23:39 2018
New Revision: 1835274

URL: http://svn.apache.org/viewvc?rev=1835274&view=rev
Log:
* subversion/libsvn_client/diff.c
  (adjust_paths_for_diff_labels): Add a helpful comment.

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

Modified: subversion/trunk/subversion/libsvn_client/diff.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/diff.c?rev=1835274&r1=1835273&r2=1835274&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/diff.c (original)
+++ subversion/trunk/subversion/libsvn_client/diff.c Fri Jul  6 18:23:39 2018
@@ -202,6 +202,7 @@ adjust_paths_for_diff_labels(const char
     /* ### BH: We can now just construct the repos_relpath, etc. as the
            anchor is available. See also make_repos_relpath() */
 
+    /* Remove the common prefix of NEW_PATH1 and NEW_PATH2. */
     is_url1 = svn_path_is_url(new_path1);
     is_url2 = svn_path_is_url(new_path2);