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.
This commit is contained in:
Eitan Adler 2015-04-30 00:27:53 +00:00
parent bf3befadc1
commit eb90926ae9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=282261

View file

@ -1,4 +1,5 @@
{
"project.name": "S",
"phabricator.uri" : "https://reviews.freebsd.org/"
"phabricator.uri" : "https://reviews.freebsd.org/",
"history.immutable" : true
}