aboutsummaryrefslogtreecommitdiff
path: root/.arcconfig
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2015-04-30 00:27:53 +0000
committerEitan Adler <eadler@FreeBSD.org>2015-04-30 00:27:53 +0000
commiteb90926ae9231ad28c11699a48044916e06dab74 (patch)
tree18d3f85640b921b25524cffb1ebd468ef51b975d /.arcconfig
parentbf3befadc1ec345b8b176d2f7bcdeac792e3cdd6 (diff)
downloadsrc-eb90926ae9231ad28c11699a48044916e06dab74.tar.gz
src-eb90926ae9231ad28c11699a48044916e06dab74.zip
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.
Notes
Notes: svn path=/head/; revision=282261
Diffstat (limited to '.arcconfig')
-rw-r--r--.arcconfig3
1 files changed, 2 insertions, 1 deletions
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
}