From owner-freebsd-stable@FreeBSD.ORG Tue Dec 29 20:05:14 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 90E62106568D for ; Tue, 29 Dec 2009 20:05:14 +0000 (UTC) (envelope-from varga.michal@gmail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id 1D9EB8FC0C for ; Tue, 29 Dec 2009 20:05:13 +0000 (UTC) Received: by fxm27 with SMTP id 27so11059473fxm.3 for ; Tue, 29 Dec 2009 12:05:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=08jDjLZw9f+GULXQSFxqIWBE8JB//Wzy3cr/40HJ//k=; b=ipIO9JCbQxOjeiTDXLlvJe8zfn4Y564TQR3TQNX//+sb79wQwWmIdY/IQ3xW03mjdA KHvNRKzT8DwMixf+SNqdxaKapx73D2RZ9U8P1Ar1kGrpapmn12EbY6DB8GFK95Rf4ufY nxd93DlZzlrZn54ntOyNKr6I7ta96n1R9X+Ro= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=sHdG+LP9AOkH20TcgP4KacXbqKzdsPDB76WIjpYAsVCCaKospBg2Tbr6E3H5lBayhA paiMrd9bVNL2Wz/Bz5aSJTGyvd8hFOyrLJ4QGvscfcfZSd7X1Og/PID+nc2yqBrWsl+D J28heQtCtI0b5/aCV02OMY/0W2+DeAmkd2Yak= MIME-Version: 1.0 Received: by 10.223.143.15 with SMTP id s15mr13790291fau.77.1262115710757; Tue, 29 Dec 2009 11:41:50 -0800 (PST) In-Reply-To: <200912291837.nBTIbZA3014098@lurza.secnetix.de> References: <20091120144428.GA27644@gta.com> <200912291837.nBTIbZA3014098@lurza.secnetix.de> Date: Tue, 29 Dec 2009 20:41:50 +0100 Message-ID: <3f1fd1ea0912291141v12a2d0f1j5608b8175bc277d1@mail.gmail.com> From: Michal Varga To: Oliver Fromme Content-Type: text/plain; charset=UTF-8 Cc: freebsd-stable@freebsd.org Subject: Re: Most files in subversion stable/8/sys touched by bms X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Dec 2009 20:05:14 -0000 On Tue, Dec 29, 2009 at 7:37 PM, Oliver Fromme wrote: > By the way, here is another little tool that can be used to > watch changes in 8-stable conveniently: > > http://www.secnetix.de/olli/FreeBSD/svnews/?p=stable/8/sys > Thank you for mentioning this, this is a great tool for everyone to have around (instantly bookmarked). I'd have one question to ask - would you consider adding one more piece of information to the output, namely "age" of the commit? So that 17:38:50 - r201208 by rwatson would look like: 17:38:50 - r201208 (17 hours, 30 minutes old) by rwatson or 17:38:50 - r201208 (3 days, 15 hours old) by rwatson etc. Little extra like this makes tracking down some specific changes easier, or makes some quick point of reference where you left the last time, etc. I guess you get the idea.. It's not exactly critical, just would be handy to see there, if possible :) m.