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/05/11 17:53:11 UTC

svn commit: r943156 - /subversion/trunk/subversion/libsvn_wc/update_editor.c

Author: julianfoad
Date: Tue May 11 15:53:11 2010
New Revision: 943156

URL: http://svn.apache.org/viewvc?rev=943156&view=rev
Log:
* subversion/libsvn_wc/update_editor.c
  (choose_base_paths): Update doc string following r943152.

Modified:
    subversion/trunk/subversion/libsvn_wc/update_editor.c

Modified: subversion/trunk/subversion/libsvn_wc/update_editor.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/update_editor.c?rev=943156&r1=943155&r2=943156&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/update_editor.c (original)
+++ subversion/trunk/subversion/libsvn_wc/update_editor.c Tue May 11 15:53:11 2010
@@ -4028,10 +4028,6 @@ open_file(const char *path,
    text-base path, or (if the entry is replaced with history) the (permanent)
    revert-base path.
 
-   If REPLACED_P is non-NULL, set *REPLACED_P to whether or not the
-   entry is replaced (which also implies whether or not it needs to
-   use the revert base).
-
    Use SCRATCH_POOL for temporary allocation and for *CHECKSUM_P (if
    applicable), but allocate OLD_TEXT_BASE_ABSPATH in RESULT_POOL. */
 static svn_error_t *