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 2012/07/25 20:03:39 UTC

svn commit: r1365677 - /subversion/trunk/subversion/libsvn_client/merge.c

Author: julianfoad
Date: Wed Jul 25 18:03:38 2012
New Revision: 1365677

URL: http://svn.apache.org/viewvc?rev=1365677&view=rev
Log:
* subversion/libsvn_client/merge.c
  (find_unmerged_mergeinfo_subroutine): Fill in a bit of missing docco.

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

Modified: subversion/trunk/subversion/libsvn_client/merge.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/merge.c?rev=1365677&r1=1365676&r2=1365677&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/merge.c (original)
+++ subversion/trunk/subversion/libsvn_client/merge.c Wed Jul 25 18:03:38 2012
@@ -10150,6 +10150,9 @@ find_youngest_merged_rev(svn_revnum_t *y
  * place, to include the natural history (implicit mergeinfo) of
  * SOURCE_PATHREV.  ### But make these additions in SCRATCH_POOL.
  *
+ * SOURCE_RA_SESSION is an RA session open to the repository containing
+ * SOURCE_PATHREV; it may be temporarily reparented within this function.
+ *
  * ### [JAF] This function is named '..._subroutine' simply because I
  *     factored it out based on code similarity, without knowing what it's
  *     purpose is.  We should clarify its purpose and choose a better name.