Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jun 2014 21:51:39 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r45046 - head
Message-ID:  <201406112151.s5BLpdmN018582@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt (src,ports committer)
Date: Wed Jun 11 21:51:38 2014
New Revision: 45046
URL: http://svnweb.freebsd.org/changeset/doc/45046

Log:
  Add .arcconfig so code review are automatically associated with the right
  repository and to prevent people using git svn/hg svn to have arcanist
  automatically modifying their history
  
  Approved by:	gjb

Added:
  head/.arcconfig   (contents, props changed)

Added: head/.arcconfig
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/.arcconfig	Wed Jun 11 21:51:38 2014	(r45046)
@@ -0,0 +1,5 @@
+{
+	"project.name": "D",
+	"phabricator.uri" : "https://phabric.freebsd.org/",
+	"history.immutable" : true
+}



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