[PATCH] D97215: Add correct arc config for default "onto" branch
Geoffrey Martin-Noble via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 22 11:41:13 PST 2021
GMNGeoffrey created this revision.
GMNGeoffrey requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D97215
Files:
.arcconfig
Index: .arcconfig
===================================================================
--- .arcconfig
+++ .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"]
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97215.325518.patch
Type: text/x-patch
Size: 339 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210222/ac80a146/attachment.bin>
More information about the llvm-commits
mailing list