Author: stsp
Date: Fri Oct 14 00:20:38 2011
New Revision: 1183174

URL: http://svn.apache.org/viewvc?rev=1183174&view=rev
Log:
* subversion/libsvn_wc/wc.h
  (svn_wc__internal_file_modified_p): Remove documentation of nonexistent
   parameter COMPARE_TEXTBASES.

Modified:
    subversion/trunk/subversion/libsvn_wc/wc.h

Modified: subversion/trunk/subversion/libsvn_wc/wc.h
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc.h?rev=1183174&r1=1183173&r2=1183174&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc.h (original)
+++ subversion/trunk/subversion/libsvn_wc/wc.h Fri Oct 14 00:20:38 2011
@@ -350,10 +350,8 @@ svn_wc__prop_array_to_hash(const apr_arr
  *
  * If EXACT_COMPARISON is FALSE, translate LOCAL_ABSPATH's EOL
  * style and keywords to repository-normal form according to its properties,
- * and compare the result with the text base.  If COMPARE_TEXTBASES is
- * TRUE, translate the text base's EOL style and keywords to working-copy
- * form according to LOCAL_ABSPATH's properties, and compare the
- * result with LOCAL_ABSPATH.  Usually, EXACT_COMPARISON should be FALSE.
+ * and compare the result with the text base.
+ * Usually, EXACT_COMPARISON should be FALSE.
  *
  * If LOCAL_ABSPATH does not exist, consider it unmodified.  If it exists
  * but is not under revision control (not even scheduled for


Reply via email to