svn commit: r282261 - head

Eitan Adler eadler at FreeBSD.org
Thu Apr 30 00:27:54 UTC 2015


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
 }


More information about the svn-src-head mailing list