From owner-svn-src-all@freebsd.org Tue Nov 21 01:48:57 2017 Return-Path: Delivered-To: svn-src-all@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 7AEC2DBD1AD; Tue, 21 Nov 2017 01:48:57 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: from mail-ot0-x229.google.com (mail-ot0-x229.google.com [IPv6:2607:f8b0:4003:c0f::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3B9237736A; Tue, 21 Nov 2017 01:48:57 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: by mail-ot0-x229.google.com with SMTP id o23so9284975otd.1; Mon, 20 Nov 2017 17:48:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=JR4Lko8EosNWgRdkdgB8H5bFGJjqxRUYegH80+w2aAw=; b=mPF8ytACuBWo66zwQ+7DMSTqawQaDfzbafqxPgAaxzpxfdJJb3WtaZBfidfz0DiXtz 8chLUXAWRD3YLkJWZceL10DawoqYkNVebvEZ3R5Bn0xh6928qC8PoXJyF9AhuYqaaFsC cb8JhndbZbQ+pjPrsttQFhcwNhcFBLXIvRn9EOXVARwakp/9hb2iYoCgOwnrlqLzIAMm kQ8HpAEVWUE0WZHplj5RSCknmKbB7WxW0JiIgLi07Em3faDUBdfozktegsk5ZtWlhK6X HXaq2whXfMaW0853YuE7BiMlprr/LDc6GRaBPpsAluOhsCxfaTbSlbuEK9MxKUzL3MHe riew== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=JR4Lko8EosNWgRdkdgB8H5bFGJjqxRUYegH80+w2aAw=; b=oAe5K0qf1KYYCXDd6+oaT27/BTTTaKA5NBQUXaBhd41xWwgJpw1y249eU58rpdAx3b JqNx5+O6vFjWJ+RkNN+B1I6nnhygB9pR381U9G84No599cZ98FaVFM3EByf7RKgyTUgW Fj80cE955PYsyi6eLRJWnBXNG/X3neTYppiq9WQocsHzWaMuhUF3ZYJVOSxT9OfO/oZ0 YXWYsTdvNvmrVS3qsc/aDZmExGw/Wzjaky3DeDcR+Uye1nMRDOauarxeeg8TaHumNSss OTGmoOPiyPyMzgfa2TD6wx5FitY6aalZJ4y3iurcSlUDKI0iuL9WdhNtkqbI6hrqA36V ZPWg== X-Gm-Message-State: AJaThX7qb7bSOKobGtVf/8eXGhQdLco42V1JgXOL91J6AiaExLscYGuH Z+9RINPtcUbaF9QI+zJwZwRSdBqEZ9O2E7tFaF4HVA== X-Google-Smtp-Source: AGs4zMaZ7ZNGOaHwv280w3bDXaNisSxtFS7+DTfWbH51UP7Q2jatqe2va2pnXdWzZ3vyJE36oWzag9rP+z00J8BoJno= X-Received: by 10.157.54.157 with SMTP id h29mr9765297otc.0.1511228936478; Mon, 20 Nov 2017 17:48:56 -0800 (PST) MIME-Version: 1.0 Received: by 10.157.35.228 with HTTP; Mon, 20 Nov 2017 17:48:55 -0800 (PST) In-Reply-To: References: <201711202255.vAKMt2nP014201@repo.freebsd.org> From: Benjamin Kaduk Date: Mon, 20 Nov 2017 19:48:55 -0600 Message-ID: Subject: Re: svn commit: r326039 - in head: etc/mtree usr.bin/head usr.bin/head/tests To: Alan Somers Cc: Ed Maste , "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , src-committers Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Nov 2017 01:48:57 -0000 On Mon, Nov 20, 2017 at 7:36 PM, Alan Somers wrote: > > > Are there any automated tools that care about the "Differential > Revision" field? If so, they should be able to tell the difference > between GitHub revisions and Phabricator revisions based on the URL. > Yes, Phabricator itself uses the link to close out the review. > Using "Differential Revision" instead of "Pull request" is handy, > because it's part of the standard commit template, which encourages > consistency. > As Warner says, we could just add a new thing to the template instead of overloading an existing one for convenience. -Ben