Adjust .arcconfig to land onto 'main' by default

Otherwise, commands like "arc land" will default to 'master' instead.

MFC after:	immediately
This commit is contained in:
Dimitry Andric 2021-04-10 13:51:16 +02:00
parent ab5707a5cf
commit 44faff9f4a

View File

@ -1,5 +1,7 @@
{
"repository.callsign" : "S",
"phabricator.uri" : "https://reviews.freebsd.org/",
"history.immutable" : true
"history.immutable" : true,
"arc.land.onto.default": "main",
"arc.land.onto": ["main"]
}