You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2011/07/20 21:56:54 UTC

svn commit: r1148923 - /subversion/trunk/subversion/libsvn_ra_local/ra_plugin.c

Author: cmpilato
Date: Wed Jul 20 19:56:53 2011
New Revision: 1148923

URL: http://svn.apache.org/viewvc?rev=1148923&view=rev
Log:
* subversion/libsvn_ra_local/ra_plugin.c
  (log_receiver_wrapper): Comment tweak only.

Modified:
    subversion/trunk/subversion/libsvn_ra_local/ra_plugin.c

Modified: subversion/trunk/subversion/libsvn_ra_local/ra_plugin.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra_local/ra_plugin.c?rev=1148923&r1=1148922&r2=1148923&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_ra_local/ra_plugin.c (original)
+++ subversion/trunk/subversion/libsvn_ra_local/ra_plugin.c Wed Jul 20 19:56:53 2011
@@ -871,7 +871,9 @@ log_receiver_wrapper(void *baton,
     SVN_ERR((sess->callbacks->cancel_func)(sess->callback_baton));
 
   /* For consistency with the other RA layers, replace an empty
-     changed-paths hash with a NULL one. */
+     changed-paths hash with a NULL one.
+
+     ### Should this be done by svn_ra_get_log2() instead, then? */
   if ((log_entry->changed_paths2)
       && (apr_hash_count(log_entry->changed_paths2) == 0))
     {