From owner-svn-src-stable-9@freebsd.org Fri Jul 8 22:44:57 2016 Return-Path: Delivered-To: svn-src-stable-9@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D7EEFB842FE; Fri, 8 Jul 2016 22:44:57 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C47861D16; Fri, 8 Jul 2016 22:44:57 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id B07641DD6; Fri, 8 Jul 2016 22:44:57 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 66CF222FF7; Fri, 8 Jul 2016 22:44:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id gSpHmm4TwW10; Fri, 8 Jul 2016 22:44:54 +0000 (UTC) Subject: Re: svn commit: r302454 - stable/9/usr.sbin/rpcbind DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 67D8222FEF To: Garrett Cooper , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org References: <201607082040.u68KeoYH054870@repo.freebsd.org> From: Bryan Drewery Organization: FreeBSD Message-ID: <06a075fe-5a9a-92fc-56d3-c6ba543cf12d@FreeBSD.org> Date: Fri, 8 Jul 2016 15:44:53 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <201607082040.u68KeoYH054870@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-stable-9@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for only the 9-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2016 22:44:58 -0000 On 7/8/16 1:40 PM, Garrett Cooper wrote: > Author: ngie > Date: Fri Jul 8 20:40:50 2016 > New Revision: 302454 > URL: https://svnweb.freebsd.org/changeset/base/302454 > > Log: > MFstable/10 r302453: I just noticed this. Why merge from stable/10 and not head? The documentation does state 'head'. The only exception I know of is merging to releng/ which originates from stable. https://www.freebsd.org/doc/en/articles/committers-guide/article.html "For instance, you will always merge stable/7/lib/libc/ from head/lib/libc/." > > MFC r301605: -- Regards, Bryan Drewery