You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2010/03/31 11:25:42 UTC

svn commit: r929442 - /subversion/trunk/subversion/include/svn_wc.h

Author: dannas
Date: Wed Mar 31 09:25:41 2010
New Revision: 929442

URL: http://svn.apache.org/viewvc?rev=929442&view=rev
Log:
Remove obsolute doc comment about 'svn patch' using diff callbacks. The
callbacks were removed in r879144 when we shaved off the SVNPATCH blocks
and only kept the unidiff part.

* subversion/include/svn_wc.h
  (svn_wc_diff_callbacks4_t): See above.

Approved by: julianfoad

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

Modified: subversion/trunk/subversion/include/svn_wc.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_wc.h?rev=929442&r1=929441&r2=929442&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_wc.h (original)
+++ subversion/trunk/subversion/include/svn_wc.h Wed Mar 31 09:25:41 2010
@@ -2173,8 +2173,8 @@ typedef svn_error_t *(*svn_wc_conflict_r
 
 /**
  * A callback vtable invoked by our diff-editors, as they receive diffs
- * from the server.  'svn diff', 'svn merge' and 'svn patch' all
- * implement their own versions of this vtable.
+ * from the server. 'svn diff' and 'svn merge' implement their own versions
+ * of this vtable.
  *
  * Common parameters:
  *