summaryrefslogtreecommitdiff
path: root/.arcconfig
diff options
context:
space:
mode:
authorGeoffrey Martin-Noble <gcmn@google.com>2021-02-22 11:25:21 -0800
committerGeoffrey Martin-Noble <gcmn@google.com>2021-02-22 11:58:13 -0800
commit473e3f2343928e1c2b93ed941685c7fd502b869b (patch)
tree4ffb1000db6a53d5287fd364d5188c4fe7ee120f /.arcconfig
parenta0839b14df6de99fe29bee7cdfff182d50de665d (diff)
downloadllvm-473e3f2343928e1c2b93ed941685c7fd502b869b.tar.gz
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
Diffstat (limited to '.arcconfig')
-rw-r--r--.arcconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/.arcconfig b/.arcconfig
index 412ead903384..e200298f603e 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"]
}