Skip to content

Commit

Permalink
Add modern arc config for default "onto" branch
Browse files Browse the repository at this point in the history
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
  • Loading branch information
GMNGeoffrey committed Feb 22, 2021
1 parent a0839b1 commit 473e3f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .arcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}

0 comments on commit 473e3f2

Please sign in to comment.