Return-Path: X-Original-To: apmail-subversion-commits-archive@minotaur.apache.org Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 84AA79DC1 for ; Tue, 11 Dec 2012 23:51:53 +0000 (UTC) Received: (qmail 84898 invoked by uid 500); 11 Dec 2012 23:51:53 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 84864 invoked by uid 500); 11 Dec 2012 23:51:53 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 84855 invoked by uid 99); 11 Dec 2012 23:51:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Dec 2012 23:51:53 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Dec 2012 23:51:51 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 1ED472388962; Tue, 11 Dec 2012 23:51:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1420486 - /subversion/trunk/subversion/libsvn_wc/wc_db.h Date: Tue, 11 Dec 2012 23:51:29 -0000 To: commits@subversion.apache.org From: julianfoad@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121211235130.1ED472388962@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: julianfoad Date: Tue Dec 11 23:51:28 2012 New Revision: 1420486 URL: http://svn.apache.org/viewvc?rev=1420486&view=rev Log: * subversion/libsvn_wc/wc_db.h (svn_wc__db_read_props_streamily): Fix doc string, following r1341718. Modified: subversion/trunk/subversion/libsvn_wc/wc_db.h Modified: subversion/trunk/subversion/libsvn_wc/wc_db.h URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc_db.h?rev=1420486&r1=1420485&r2=1420486&view=diff ============================================================================== --- subversion/trunk/subversion/libsvn_wc/wc_db.h (original) +++ subversion/trunk/subversion/libsvn_wc/wc_db.h Tue Dec 11 23:51:28 2012 @@ -2071,11 +2071,8 @@ svn_wc__db_read_props(apr_hash_t **props * a hash table mapping char * names onto svn_string_t * * values for any properties of child nodes of LOCAL_ABSPATH (up to DEPTH). * - * If BASE_PROPS is FALSE, read the properties from the WORKING layer (highest - * op_depth). - * - * If BASE_PROPS is FALSE and, PRISTINE is TRUE, the local modifications will - * be suppressed. If PRISTINE is FALSE, local modifications will be visible. + * If PRISTINE is FALSE, read the properties from the WORKING layer (highest + * op_depth); if PRISTINE is FALSE, local modifications will be visible. */ svn_error_t * svn_wc__db_read_props_streamily(svn_wc__db_t *db,