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
This commit is contained in:
Geoffrey Martin-Noble 2021-02-22 11:25:21 -08:00
parent a0839b14df
commit 473e3f2343

View File

@ -3,5 +3,6 @@
"repository.callsign" : "G", "repository.callsign" : "G",
"conduit_uri" : "https://reviews.llvm.org/", "conduit_uri" : "https://reviews.llvm.org/",
"base": "git:HEAD^", "base": "git:HEAD^",
"arc.land.onto.default": "main" "arc.land.onto.default": "main",
"arc.land.onto": ["main"]
} }