You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2015/11/12 14:58:58 UTC

svn commit: r1714049 - /subversion/branches/move-tracking-2/subversion/libsvn_wc/wc.h

Author: julianfoad
Date: Thu Nov 12 13:58:57 2015
New Revision: 1714049

URL: http://svn.apache.org/viewvc?rev=1714049&view=rev
Log:
On the 'move-tracking-2' branch: Update a comment, following the renames of
r1713980.

* subversion/libsvn_wc/wc.h
  (svn_wc__fetch_func): Update the doc string.

Modified:
    subversion/branches/move-tracking-2/subversion/libsvn_wc/wc.h

Modified: subversion/branches/move-tracking-2/subversion/libsvn_wc/wc.h
URL: http://svn.apache.org/viewvc/subversion/branches/move-tracking-2/subversion/libsvn_wc/wc.h?rev=1714049&r1=1714048&r2=1714049&view=diff
==============================================================================
--- subversion/branches/move-tracking-2/subversion/libsvn_wc/wc.h (original)
+++ subversion/branches/move-tracking-2/subversion/libsvn_wc/wc.h Thu Nov 12 13:58:57 2015
@@ -693,7 +693,7 @@ struct svn_wc__shim_fetch_baton_t
 /* Using a BATON of struct svn_wc__shim_fetch_baton_t, return
  * KIND/PROPS/FILE_TEXT for REPOS_RELPATH. REVISION is unused.
  *
- * Implements svn_editor3__shim_fetch_func_t. */
+ * Implements svn_branch__compat_fetch_func_t. */
 svn_error_t *
 svn_wc__fetch_func(svn_node_kind_t *kind,
                    apr_hash_t **props,