From owner-svn-src-head@freebsd.org  Sun Apr 16 16:36:03 2017
Return-Path: <owner-svn-src-head@freebsd.org>
Delivered-To: svn-src-head@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 83A6AD40C6E
 for <svn-src-head@mailman.ysv.freebsd.org>;
 Sun, 16 Apr 2017 16:36:03 +0000 (UTC) (envelope-from ian@freebsd.org)
Received: from outbound1b.ore.mailhop.org (outbound1b.ore.mailhop.org
 [54.200.247.200])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 685B264D
 for <svn-src-head@freebsd.org>; Sun, 16 Apr 2017 16:36:02 +0000 (UTC)
 (envelope-from ian@freebsd.org)
X-MHO-User: d0981127-22c2-11e7-bfb5-0d159cd3c324
X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information
X-Originating-IP: 73.78.92.27
X-Mail-Handler: DuoCircle Outbound SMTP
Received: from ilsoft.org (unknown [73.78.92.27])
 by outbound1.ore.mailhop.org (Halon) with ESMTPSA
 id d0981127-22c2-11e7-bfb5-0d159cd3c324;
 Sun, 16 Apr 2017 16:36:18 +0000 (UTC)
Received: from rev (rev [172.22.42.240])
 by ilsoft.org (8.15.2/8.15.2) with ESMTP id v3GGZxik004284;
 Sun, 16 Apr 2017 10:35:59 -0600 (MDT) (envelope-from ian@freebsd.org)
Message-ID: <1492360559.96207.1.camel@freebsd.org>
Subject: Re: svn commit: r317015 - in head/sys: boot/forth conf
 crypto/chacha20 dev/random libkern sys
From: Ian Lepore <ian@freebsd.org>
To: rgrimes@FreeBSD.org
Cc: src-committers <src-committers@FreeBSD.org>, svn-src-all@FreeBSD.org,
 svn-src-head@FreeBSD.org
Date: Sun, 16 Apr 2017 10:35:59 -0600
In-Reply-To: <201704161604.v3GG4aoq017437@pdx.rh.CN85.dnsmgr.net>
References: <201704161604.v3GG4aoq017437@pdx.rh.CN85.dnsmgr.net>
Content-Type: text/plain; charset="ISO-8859-1"
X-Mailer: Evolution 3.18.5.1 FreeBSD GNOME Team Port 
Mime-Version: 1.0
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-src-head@freebsd.org
X-Mailman-Version: 2.1.23
Precedence: list
List-Id: SVN commit messages for the src tree for head/-current
 <svn-src-head.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/svn-src-head>,
 <mailto:svn-src-head-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-src-head/>
List-Post: <mailto:svn-src-head@freebsd.org>
List-Help: <mailto:svn-src-head-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/svn-src-head>,
 <mailto:svn-src-head-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sun, 16 Apr 2017 16:36:03 -0000

On Sun, 2017-04-16 at 09:04 -0700, Rodney W. Grimes wrote:
> What watch list is this?  And do we have a watch list that is just "New Phabricator
> created" so we can make just that incident go to some mailling list so people stop
> getting caught off guard by commits that have been reviews that they wish they had
> even known there was a review?  We just need a way for being allerted there is a
> new review that we *might* be interested, or care to participate in without being
> on all the watch lists.

Sounds like you need to learn about the Herald feature of Phab and set
yourself up some rules.  (The most basic rule would be "notify me about
every new change put up for review", which seems like it would be a
real spam generator, but at least one person uses such a rule.)

-- Ian