Author: stefan2
Date: Sun Sep 22 22:12:55 2013
New Revision: 1525461
URL: http://svn.apache.org/r1525461
Log:
* subversion/libsvn_repos/log.c
(fs_mergeinfo_changed): Fix commentary. 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=1525461&r1=1525460&r2=1525461&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_repos/log.c (original)
+++ subversion/trunk/subversion/libsvn_repos/log.c Sun Sep 22 22:12:55 2013
@@ -579,7 +579,7 @@ next_history_rev(const apr_array_header_
already contains the changed paths for REV, use that. Otherwise,
request that data and return it in *PREFETCHED_CHANGES.
MOVE_BEHAVIOR is a simple pass-through parameter that tells the FS
- layer which changes to report as moves instead of additions.
+ layer which changes to report as moves instead of additions. */
/* ### TODO: This would make a *great*, useful public function,
### svn_repos_fs_mergeinfo_changed()! -- cmpilato */
static svn_error_t *