From 3aa47195ef0832aa9d7c86b4ebf320226f097ffc Mon Sep 17 00:00:00 2001 From: epriestley Date: Wed, 3 Aug 2016 08:06:09 -0700 Subject: [PATCH] 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 --- .arcconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.arcconfig b/.arcconfig index 66841c44..513222b3 100644 --- a/.arcconfig +++ b/.arcconfig @@ -2,5 +2,6 @@ "phabricator.uri": "https://secure.phabricator.com/", "load": [ "src/" - ] + ], + "history.immutable": false }