From c9c39376530972da3d3df7c81d8fcb6d859bd4e3 Mon Sep 17 00:00:00 2001 From: Steven MacLeod Date: Wed, 9 May 2018 13:56:23 -0400 Subject: [PATCH] Bug 1460372 - Update .arcconfig to make history mutable. r=Fallen Reviewers: Fallen Reviewed By: Fallen Bug #: 1460372 Differential Revision: https://phabricator.services.mozilla.com/D1252 --HG-- extra : rebase_source : 84686ff2a03e1dd50a68a5c1b23e794b9f13035e extra : amend_source : b29f8835c433495534600e28e28f07b3a636a944 --- .arcconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.arcconfig b/.arcconfig index 6f5e3cdf7a..a27bee6b12 100644 --- a/.arcconfig +++ b/.arcconfig @@ -1,4 +1,5 @@ { "phabricator.uri" : "https://phabricator.services.mozilla.com/", - "repository.callsign": "COMMCENTRAL" + "repository.callsign": "COMMCENTRAL", + "history.immutable": false }