Author: stsp
Date: Wed May  9 10:55:18 2012
New Revision: 1336077

URL: http://svn.apache.org/viewvc?rev=1336077&view=rev
Log:
* subversion/include/svn_client.h
  (svn_client_diff6): Document the new ignore_prop_diff parameter.

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=1336077&r1=1336076&r2=1336077&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_client.h (original)
+++ subversion/trunk/subversion/include/svn_client.h Wed May  9 10:55:18 2012
@@ -2883,6 +2883,8 @@ svn_client_blame(const char *path_or_url
  * will be used.
  * ### Do we need to say more about the format? A reference perhaps?
  *
+ * If @a ignore_prop_diff is TRUE, do not show property differences.
+ *
  * Generated headers are encoded using @a header_encoding.
  *
  * Diff output will not be generated for binary files, unless @a


Reply via email to