freebsd-dev/.arcconfig
Dimitry Andric 44faff9f4a Adjust .arcconfig to land onto 'main' by default
Otherwise, commands like "arc land" will default to 'master' instead.

MFC after:	immediately
2021-04-10 13:51:16 +02:00

8 lines
177 B
JSON

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