Skip to content

Commit 473e3f2

Browse files
committed
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
1 parent a0839b1 commit 473e3f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.arcconfig

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"repository.callsign" : "G",
44
"conduit_uri" : "https://reviews.llvm.org/",
55
"base": "git:HEAD^",
6-
"arc.land.onto.default": "main"
6+
"arc.land.onto.default": "main",
7+
"arc.land.onto": ["main"]
78
}

0 commit comments

Comments
 (0)