From: Mehdi Amini Date: Mon, 7 Dec 2020 21:57:32 +0000 (+0000) Subject: Set the target branch for `arc land` to main X-Git-Tag: llvmorg-13-init~4128 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=234d88ab5053f0c55e0269d80bcb5e03ed2c0555;p=platform%2Fupstream%2Fllvm.git Set the target branch for `arc land` to main --- diff --git a/.arcconfig b/.arcconfig index 9cb8880..412ead9 100644 --- a/.arcconfig +++ b/.arcconfig @@ -2,5 +2,6 @@ "phabricator.uri" : "https://reviews.llvm.org/", "repository.callsign" : "G", "conduit_uri" : "https://reviews.llvm.org/", - "base": "git:HEAD^" + "base": "git:HEAD^", + "arc.land.onto.default": "main" }