1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-24 15:52:40 +01: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/", "phabricator.uri": "https://secure.phabricator.com/",
"load": [ "load": [
"src/" "src/"
] ],
"history.immutable": false
} }