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 2010/11/04 14:19:27 UTC

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

Author: julianfoad
Date: Thu Nov  4 13:19:27 2010
New Revision: 1030934

URL: http://svn.apache.org/viewvc?rev=1030934&view=rev
Log:
* subversion/include/svn_wc.h
  (svn_wc_copy3): Remove an old 'important' note from the doc string, that
    we no longer need to draw attention to.
  (svn_wc_delete4): Fix grammar in the doc string.

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=1030934&r1=1030933&r2=1030934&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_wc.h (original)
+++ subversion/trunk/subversion/include/svn_wc.h Thu Nov  4 13:19:27 2010
@@ -4059,11 +4059,6 @@ svn_wc_status_set_repos_locks(void *set_
  *
  * Use @a scratch_pool for temporary allocations.
  *
- * @par Important:
- * This is a variant of svn_wc_add4().  No changes will happen
- * to the repository until a commit occurs.  This scheduling can be
- * removed with svn_client_revert4().
- *
  * @since New in 1.7.
  */
 svn_error_t *
@@ -4111,7 +4106,7 @@ svn_wc_copy(const char *src,
             apr_pool_t *pool);
 
 /**
- * Schedule @a local_abspath for deletion, it will be deleted from the
+ * Schedule @a local_abspath for deletion.  It will be deleted from the
  * repository on the next commit.  If @a local_abspath refers to a
  * directory, then a recursive deletion will occur. @a wc_ctx must hold
  * a write lock for the parent of @a local_abspath, @a local_abspath itself