Author: julianfoad
Date: Wed Mar 24 12:05:02 2010
New Revision: 927024

URL: http://svn.apache.org/viewvc?rev=927024&view=rev
Log:
* subversion/libsvn_repos/log.c
  (handle_merged_revisions): Add a comment.

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=927024&r1=927023&r2=927024&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_repos/log.c (original)
+++ subversion/trunk/subversion/libsvn_repos/log.c Wed Mar 24 12:05:02 2010
@@ -1350,6 +1350,9 @@ do_logs(svn_fs_t *fs,
    which revisions to report as having been merged via the commit
    resulting in REV.
 
+   Silently ignore some failures to find the revisions mentioned in the
+   mergeinfo, as might happen if there is invalid mergeinfo.
+
    Other parameters are as described by do_logs(), around which this
    is a recursion wrapper. */
 static svn_error_t *


Reply via email to