Author: danielsh
Date: Tue Mar 29 06:19:00 2011
New Revision: 1086492

URL: http://svn.apache.org/viewvc?rev=1086492&view=rev
Log:
* subversion/include/svn_wc.h
  (svn_wc_diff_callbacks4_t):
    Stop describing what PATH is.  The name conveys the 'not a basename'
    semantics, and the bit about relative/absolute doesn't match reality
    (see merge_file_added()).

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=1086492&r1=1086491&r2=1086492&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_wc.h (original)
+++ subversion/trunk/subversion/include/svn_wc.h Tue Mar 29 06:19:00 2011
@@ -2055,7 +2055,6 @@ typedef svn_error_t *(*svn_wc_conflict_r
  *
  * @a local_dir_abspath will be the absolute path to the local directory
  * containing @a path, or @c NULL if the diff editor does not have a local
- * path. Note that @a path is a relative path, not just the basename of the
  * path.
  *
  * If @a state is non-NULL, set @a *state to the state of the item


Reply via email to