From eb90926ae9231ad28c11699a48044916e06dab74 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Thu, 30 Apr 2015 00:27:53 +0000 Subject: [PATCH] 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. --- .arcconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.arcconfig b/.arcconfig index a759f47d119f..fa78c6db09ae 100644 --- a/.arcconfig +++ b/.arcconfig @@ -1,4 +1,5 @@ { "project.name": "S", - "phabricator.uri" : "https://reviews.freebsd.org/" + "phabricator.uri" : "https://reviews.freebsd.org/", + "history.immutable" : true }