From owner-svn-src-stable-9@FreeBSD.ORG Mon Sep 10 02:42:23 2012 Return-Path: Delivered-To: svn-src-stable-9@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 761B71065673 for ; Mon, 10 Sep 2012 02:42:23 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-vb0-f54.google.com (mail-vb0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1569B8FC14 for ; Mon, 10 Sep 2012 02:42:22 +0000 (UTC) Received: by vbmv11 with SMTP id v11so2603308vbm.13 for ; Sun, 09 Sep 2012 19:42:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=hincm5j3vJMEI6Ue89YfbqQi2nmyrE+hufuMFCgMI2w=; b=ORC9PKGcF29r02zMqUtp9sos0HMBLIfFfqXW0NR4tfDfT0Q9p2hjIS63S9fTPTW/aT TfrOgDDH7DDSQAw1mG/GAHCK37tVR1U4ocLgVK6pCSNG4PBE9PwymfPNNjip3gD8wSGD lVUAjIZES1wr9Y5bmh8INWKilm7nRs5sVwikk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :x-gm-message-state; bh=hincm5j3vJMEI6Ue89YfbqQi2nmyrE+hufuMFCgMI2w=; b=peiVtkIHjxkjqakUn/mhFaPD9ARZUoZfkXxcehn7mI7LEgulrn74pVJwoEo/L4S+XQ AHTWlWC38n7yu+TVoFD7QiK4fcZ93Tso8jSc3oXVHzmIOx+u7r9kNuels5R6HxPKk8LX kgA8M5R1j4md8HAwG8gnC5vgli0f3XpjPkb/MyZeSVGJCCGCt/juMPtDZdHB57cVURm0 n8dRarZZV7jcAaZWtb7ztbL1CYJnibN7CYvITQLp+u/XqRg91Of7giC5LKekuhm0uVOw ucT1LeZcPpLDFmH+Wz93B/ddQv4Jv2M16dpycUqoqzdDNkYJsFvzHaVuX6DuJiytLiFU ZK8Q== Received: by 10.52.72.193 with SMTP id f1mr3103304vdv.46.1347244942285; Sun, 09 Sep 2012 19:42:22 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.58.190.227 with HTTP; Sun, 9 Sep 2012 19:41:52 -0700 (PDT) In-Reply-To: <504D33AA.8010707@FreeBSD.org> References: <201209080241.q882foC1005948@svn.freebsd.org> <504B9AC3.2070705@FreeBSD.org> <504B9E4C.6030301@FreeBSD.org> <504D33AA.8010707@FreeBSD.org> From: Eitan Adler Date: Sun, 9 Sep 2012 22:41:52 -0400 X-Google-Sender-Auth: k4CgfyUXHkdQ31i3ehtFN2oK0TA Message-ID: To: Doug Barton Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQklUDvb/xKDXhQPNs/oSNBzkzAX4rx7bfN929L2cAj5/ho0bbtRwYoIr/9JEIWyxeePeOo8 Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Martin Matuska , svn-src-stable-9@freebsd.org Subject: Re: svn commit: r240225 - stable/9/sys/cddl/compat/opensolaris/sys X-BeenThere: svn-src-stable-9@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 10 Sep 2012 02:42:23 -0000 On 9 September 2012 20:26, Doug Barton wrote: > While reasonable minds can differ on this topic, I regard that as a > reason _not_ to include the PR number in merges. IMO it's far better to > have one line "MFCs complete" than it is to repeat the same commit > message verbatim in GNATS N times. It is helpful to me when people forget to close the PR. It is also helpful when tracking down a bug that was fixed in some versions and not others. This is especially annoying when a fix was for example, MFCed to 7 and 8, but not 9. This happens more than you would think. :) -- Eitan Adler Source & Ports committer X11, Bugbusting teams