You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2016/02/18 23:14:03 UTC

svn commit: r1731162 - /subversion/trunk/subversion/libsvn_repos/log.c

Author: stefan2
Date: Thu Feb 18 22:14:03 2016
New Revision: 1731162

URL: http://svn.apache.org/viewvc?rev=1731162&view=rev
Log:
* subversion/libsvn_repos/log.c
  (detect_changed): Replace obsolete comment. No functional change.

Modified:
    subversion/trunk/subversion/libsvn_repos/log.c

Modified: subversion/trunk/subversion/libsvn_repos/log.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_repos/log.c?rev=1731162&r1=1731161&r2=1731162&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_repos/log.c (original)
+++ subversion/trunk/subversion/libsvn_repos/log.c Thu Feb 18 22:14:03 2016
@@ -266,9 +266,7 @@ detect_changed(svn_repos_revision_access
   svn_boolean_t found_readable = FALSE;
   svn_boolean_t found_unreadable = FALSE;
 
-  /* If we create the CHANGES hash ourselves, we can reuse it as the
-   * result hash as it contains the exact same keys - but with _all_
-   * values being replaced by structs of a different type. */
+  /* Retrieve the first change in the list. */
   SVN_ERR(svn_fs_paths_changed3(&iterator, root, scratch_pool, scratch_pool));
   SVN_ERR(svn_fs_path_change_get(&change, iterator));