1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-09-19 00:18:50 +02:00

Set "history.immutable" to "false" explicitly in .arcconfig in Arcanist

Summary: Depends on D16364. See that revision for discussion.

Test Plan: Ran `arc get-config history.immutable` in `arcanist/`, saw setting.

Reviewers: chad, fooishbar

Reviewed By: fooishbar

Differential Revision: https://secure.phabricator.com/D16365
This commit is contained in:
epriestley 2016-08-03 08:06:09 -07:00
parent f20d4b15c7
commit 3aa47195ef

View file

@ -2,5 +2,6 @@
"phabricator.uri": "https://secure.phabricator.com/",
"load": [
"src/"
]
],
"history.immutable": false
}