From owner-cvs-all@FreeBSD.ORG Tue Oct 31 08:47:06 2006 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CB7616A415; Tue, 31 Oct 2006 08:47:06 +0000 (UTC) (envelope-from keramida@freebsd.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79B4A43D49; Tue, 31 Oct 2006 08:47:05 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-2) with ESMTP id k9V8kDIk009207 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 31 Oct 2006 10:46:51 +0200 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.8/8.13.8) with ESMTP id k9V8kbUn061780; Tue, 31 Oct 2006 10:46:42 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from giorgos@localhost) by gothmog.pc (8.13.8/8.13.8/Submit) id k9V8kUfI061779; Tue, 31 Oct 2006 10:46:30 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Tue, 31 Oct 2006 10:46:30 +0200 From: Giorgos Keramidas To: Ceri Davies , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org Message-ID: <20061031084630.GA57441@gothmog.pc> References: <200610301701.k9UH1GOL081849@repoman.freebsd.org> <20061030234135.GN1690@submonkey.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061030234135.GN1690@submonkey.net> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-2.635, required 5, AWL -0.24, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20, UNPARSEABLE_RELAY 0.00) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: Subject: Re: cvs commit: src/share/man/man4 fdc.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Oct 2006 08:47:06 -0000 On 2006-10-30 23:41, Ceri Davies wrote: > On Mon, Oct 30, 2006 at 05:01:16PM +0000, Giorgos Keramidas wrote: > > keramida 2006-10-30 17:01:16 UTC > > > > FreeBSD src repository (doc committer) > > > > Modified files: (Branch: RELENG_6) > > share/man/man4 fdc.4 > > Log: > > The correct date for RELENG_X manpages is not the last time the > > manpage was modified in the RELENG_X branch, but its last > > modification date in HEAD. > > That means that every MFC I've done (recently, but possibly ever) is > wrong... Will need some time to go through them all. Well it depends. Ruslan has kindly explained this in better words, so I'm copying him here: % Date: Mon, 30 Oct 2006 20:37:24 +0300 % From: Ruslan Ermilov % Subject: Re: cvs commit: src/share/man/man4 fdc.4 % To: Giorgos Keramidas % % On Mon, Oct 30, 2006 at 05:01:16PM +0000, Giorgos Keramidas wrote: % > keramida 2006-10-30 17:01:16 UTC % > % > FreeBSD src repository (doc committer) % > % > Modified files: (Branch: RELENG_6) % > share/man/man4 fdc.4 % > Log: % > The correct date for RELENG_X manpages is not the last time the % > manpage was modified in the RELENG_X branch, but its last % > modification date in HEAD. % > % > Suggested by: ru % > Approved by: re (bmah) % > % > Revision Changes Path % > 1.34.8.2 +1 -1 src/share/man/man4/fdc.4 % % This is correct in case of MFC -- if you're making a RELENG_X % specific change then the date should be update to the date of % change in RELENG_X. Well, a common sense actually applies. ;) It makes sense, now that I've thought a bit about it. If you are 'pulling changes over' from another branch, you are definitely modifying the file, but these changes were 'conceived' at the date they were made in the original branch. Or something like that, anyway :) I don't think we have to go through each one of our MFC commits and retrospectively 'fix' that, because this will generate a huge number of commits!