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 2013/03/05 00:35:33 UTC

svn commit: r1452597 - /subversion/trunk/subversion/libsvn_client/mergeinfo.c

Author: julianfoad
Date: Mon Mar  4 23:35:33 2013
New Revision: 1452597

URL: http://svn.apache.org/r1452597
Log:
* subversion/libsvn_client/mergeinfo.c
  (svn_client__record_wc_mergeinfo_catalog): Tweak the comment added in
    r1452583.

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

Modified: subversion/trunk/subversion/libsvn_client/mergeinfo.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/mergeinfo.c?rev=1452597&r1=1452596&r2=1452597&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/mergeinfo.c (original)
+++ subversion/trunk/subversion/libsvn_client/mergeinfo.c Mon Mar  4 23:35:33 2013
@@ -162,8 +162,8 @@ svn_client__record_wc_mergeinfo_catalog(
         svn_sort__hash(result_catalog, svn_sort_compare_items_as_paths,
                        scratch_pool);
 
-      /* Write the mergeinfo out in sorted order of the paths, so that
-       * notifications are in a predictable and convenient order. */
+      /* Write the mergeinfo out in sorted order of the paths (presumably just
+       * so that the notifications are in a predictable, convenient order). */
       for (i = 0; i < sorted_cat->nelts; i++)
         {
           svn_sort__item_t elt = APR_ARRAY_IDX(sorted_cat, i,