svn commit: r45046 - head

Baptiste Daroussin bapt at FreeBSD.org
Wed Jun 11 21:51:39 UTC 2014


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
+}


More information about the svn-doc-all mailing list