From 473e3f2343928e1c2b93ed941685c7fd502b869b Mon Sep 17 00:00:00 2001 From: Geoffrey Martin-Noble Date: Mon, 22 Feb 2021 11:25:21 -0800 Subject: [PATCH] Add modern arc config for default "onto" branch The config option for this changed in https://secure.phabricator.com/D21313 (or when that was rolled out). I'm leaving the old config option, which may be in use by people with older versions of arc. Reviewed By: mehdi_amini Differential Revision: https://reviews.llvm.org/D97215 --- .arcconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.arcconfig b/.arcconfig index 412ead9..e200298 100644 --- a/.arcconfig +++ b/.arcconfig @@ -3,5 +3,6 @@ "repository.callsign" : "G", "conduit_uri" : "https://reviews.llvm.org/", "base": "git:HEAD^", - "arc.land.onto.default": "main" + "arc.land.onto.default": "main", + "arc.land.onto": ["main"] } -- 2.7.4