Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jan 2019 22:18:48 +0000 (UTC)
From:      Enji Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-vendor@freebsd.org
Subject:   svn commit: r342951 - vendor
Message-ID:  <201901112218.x0BMIm9g052870@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Fri Jan 11 22:18:48 2019
New Revision: 342951
URL: https://svnweb.freebsd.org/changeset/base/342951

Log:
  Copy ^/head/.arcconfig to ^/vendor/.arcconfig
  
  Having a copy of .arcconfig in ^/vendor will allow developers to submit
  reviews more easily and in a manner consistent to submitting diffs (out of the
  box) via `arc diff` in `^/head`. This change eliminates the need for setting
  these values [globally] via `arc set-config`.
  
  Approved by:	jtl (mentor)
  Differential Revision:	https://reviews.freebsd.org/D18621

Added:
     - copied unchanged from r342281, head/.arcconfig
Directory Properties:
  vendor/.arcconfig   (props changed)

Copied: vendor/.arcconfig (from r342281, head/.arcconfig)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ vendor/.arcconfig	Fri Jan 11 22:18:48 2019	(r342951, copy of r342281, head/.arcconfig)
@@ -0,0 +1,4 @@
+{
+	"phabricator.uri" : "https://reviews.freebsd.org/",
+	"history.immutable" : true
+}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901112218.x0BMIm9g052870>