Return-Path: X-Original-To: apmail-subversion-dev-archive@minotaur.apache.org Delivered-To: apmail-subversion-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DAEEA186FF for ; Fri, 13 Nov 2015 07:47:16 +0000 (UTC) Received: (qmail 74994 invoked by uid 500); 13 Nov 2015 07:47:16 -0000 Delivered-To: apmail-subversion-dev-archive@subversion.apache.org Received: (qmail 74945 invoked by uid 500); 13 Nov 2015 07:47:16 -0000 Mailing-List: contact dev-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@subversion.apache.org Received: (qmail 74935 invoked by uid 99); 13 Nov 2015 07:47:16 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Nov 2015 07:47:16 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id B9D0ACC112 for ; Fri, 13 Nov 2015 07:47:15 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.121 X-Spam-Level: X-Spam-Status: No, score=-0.121 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id Yo5xaKRihPZB for ; Fri, 13 Nov 2015 07:47:15 +0000 (UTC) Received: from mail-yk0-f174.google.com (mail-yk0-f174.google.com [209.85.160.174]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 0BBDF20CF5 for ; Fri, 13 Nov 2015 07:47:15 +0000 (UTC) Received: by ykba77 with SMTP id a77so133825840ykb.2 for ; Thu, 12 Nov 2015 23:47:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=DTffdt4mo3gnNMtR52CvLoS1sXe1hsTOCkgAA3L3III=; b=OokqcWv8keb9gO/TKRkpX9lxy4OfjOs6ZaHbSo2tQgmSUk4MnpTcmV9OH49lkvi1Ej UoIBG67c/6ydNSEz0N3Gi1dN4drkYjQF9sEgXn0Dm76Q12OMCPNb8FB4MJJDVHCQLs+k PHgOJsjXD/Cv3tnycyYXM9EBCSuQcE+3YyyrmvZne+bGBMwfGAJUEgBbQXFaK1msh846 3AJLxO0WEuLTPOUvntj0YtO/8m1u943PxOfnbgT2Q5TTj8Y4FPcxKd6PP5VLQB99gCxD l7FRpQhtb18bp3LQ5c/alsAsJnnY9nbpZ9kI/y/mDWMT5nZnyAsXVB5ldF5xJRaKqezv RCQQ== X-Received: by 10.129.119.10 with SMTP id s10mr21558312ywc.47.1447400834318; Thu, 12 Nov 2015 23:47:14 -0800 (PST) MIME-Version: 1.0 Received: by 10.31.191.196 with HTTP; Thu, 12 Nov 2015 23:46:55 -0800 (PST) In-Reply-To: References: <20151112085958.F133E3A1597@svn01-us-west.apache.org> From: Julian Foad Date: Fri, 13 Nov 2015 07:46:55 +0000 Message-ID: Subject: Re: svn commit: r1713980 [4/6] - in /subversion/branches/move-tracking-2/subversion: include/private/ libsvn_client/ libsvn_delta/ libsvn_ra/ libsvn_ra_local/ libsvn_repos/ libsvn_wc/ svnmover/ To: Greg Stein Cc: dev Content-Type: text/plain; charset=UTF-8 I (Julian Foad) wrote: > Well spotted, thanks. I didn't find this as it's a local name (static > func), although I did catch a couple of other such cases. Will fix. r1714159. - Julian > On 12 November 2015 at 16:54, Greg Stein wrote: >> On Thu, Nov 12, 2015 at 2:59 AM, wrote: >>> static svn_error_t * >>> -svn_branch_revision_fetch_info(svn_branch_txn_t **txn_p, >>> - svn_branch_repos_t *repos, >>> +svn_branch_revision_fetch_info(svn_branch__txn_t **txn_p, >> >> Seems you've missed a class of renames. Shouldn't this function name be >> renamed, too?