You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2016/04/18 11:59:30 UTC

svn commit: r1739724 - /subversion/trunk/subversion/include/svn_client.h

Author: stsp
Date: Mon Apr 18 09:59:30 2016
New Revision: 1739724

URL: http://svn.apache.org/viewvc?rev=1739724&view=rev
Log:
* subversion/include/svn_client.h
  (svn_client_conflict_tree_get_description): Tweak docstring.
   Document a recommended ordering for descriptions of incoming
   and local changes.

Modified:
    subversion/trunk/subversion/include/svn_client.h

Modified: subversion/trunk/subversion/include/svn_client.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_client.h?rev=1739724&r1=1739723&r2=1739724&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_client.h (original)
+++ subversion/trunk/subversion/include/svn_client.h Mon Apr 18 09:59:30 2016
@@ -4508,11 +4508,13 @@ svn_client_conflict_prop_get_description
  * Any revision numbers mentioned elsewhere in the description are
  * prefixed with the letter 'r' (e.g. "r99").
  *
- * The description has two parts: One describing the "local change" which
- * occured in the working copy or perhaps a branch (the merge target).
- * The other part describes the "incoming change" which conflicts with
- * the local change. Both parts are provided independently to allow for
- * some flexibility when displaying the description.
+ * The description has two parts: One part describes the "incoming change"
+ * applied by an update, merge, or switch operation. The other part
+ * describes the "local change" which occurred in the working copy or
+ * perhaps in the history of a merge target branch.
+ * Both parts are provided independently to allow for some flexibility
+ * when displaying the description. As a convention, displaying the
+ * "incoming change" first and the "local change" second is recommended.
  *
  * By default, the description is based only on information available in
  * the working copy. If svn_client_conflict_tree_get_details() was already