Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Apr 2015 00:27:53 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r282261 - head
Message-ID:  <201504300027.t3U0RrWI037606@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Thu Apr 30 00:27:53 2015
New Revision: 282261
URL: https://svnweb.freebsd.org/changeset/base/282261

Log:
  Phabricator: enable "history.immutable":
  	With certain arc workflows leaving history.immutable as false
  	results in using the upstream template instead of our usual
  	commit template.  Since the git workflow issues alluded to in my
  	prior commit message can be worked around, set history.immutable
  	once again.

Modified:
  head/.arcconfig

Modified: head/.arcconfig
==============================================================================
--- head/.arcconfig	Thu Apr 30 00:17:32 2015	(r282260)
+++ head/.arcconfig	Thu Apr 30 00:27:53 2015	(r282261)
@@ -1,4 +1,5 @@
 {
 	"project.name": "S",
-	"phabricator.uri" : "https://reviews.freebsd.org/"
+	"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?201504300027.t3U0RrWI037606>