You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2012/05/07 19:48:31 UTC

svn commit: r1335153 - /subversion/branches/ev2-export/subversion/libsvn_client/commit_util.c

Author: hwright
Date: Mon May  7 17:48:31 2012
New Revision: 1335153

URL: http://svn.apache.org/viewvc?rev=1335153&view=rev
Log:
On the ev2-export branch:
* subversion/libsvn_client/commit_util.c
  (do_item_commit): Remove inaccurate comment.

Modified:
    subversion/branches/ev2-export/subversion/libsvn_client/commit_util.c

Modified: subversion/branches/ev2-export/subversion/libsvn_client/commit_util.c
URL: http://svn.apache.org/viewvc/subversion/branches/ev2-export/subversion/libsvn_client/commit_util.c?rev=1335153&r1=1335152&r2=1335153&view=diff
==============================================================================
--- subversion/branches/ev2-export/subversion/libsvn_client/commit_util.c (original)
+++ subversion/branches/ev2-export/subversion/libsvn_client/commit_util.c Mon May  7 17:48:31 2012
@@ -1612,8 +1612,6 @@ do_item_commit(svn_client_commit_item3_t
       SVN_ERR(svn_stream_copy3(contents, tmp_stream, ctx->cancel_func,
                                ctx->cancel_baton, scratch_pool));
 
-      /* ### pristine_temppath should be in the pristine tempdir, but we
-         ### don't honor that right now. :( */
       SVN_ERR(svn_wc__node_pristine_install(ctx->wc_ctx, pristine_temppath,
                                             sha1_checksum, md5_checksum,
                                             scratch_pool));