Author: pburba
Date: Tue Jul 12 00:22:51 2011
New Revision: 1145403

URL: http://svn.apache.org/viewvc?rev=1145403&view=rev
Log:
* subversion/libsvn_client/mergeinfo.h
  (svn_client__get_wc_or_repos_mergeinfo_catalog): Document a parameter.

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

Modified: subversion/trunk/subversion/libsvn_client/mergeinfo.h
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/mergeinfo.h?rev=1145403&r1=1145402&r2=1145403&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/mergeinfo.h (original)
+++ subversion/trunk/subversion/libsvn_client/mergeinfo.h Tue Jul 12 00:22:51 
2011
@@ -246,6 +246,10 @@ svn_client__get_wc_or_repos_mergeinfo(sv
    TARGET_MERGEINFO_CATALOG, mapped from TARGET_WCPATH's repository
    root-relative path.
 
+   IGNORE_INVALID_MERGEINFO behaves as per the argument of the same
+   name to svn_client__get_wc_mergeinfo().  It is applicable only if
+   the mergeinfo for TARGET_WCPATH is obtained from the working copy.
+
    If INCLUDE_DESCENDANTS is true, then any subtrees under
    TARGET_WCPATH with explicit mergeinfo are also included in
    TARGET_MERGEINFO_CATALOG and again the keys are the repository


Reply via email to