The branch main has been updated by dim:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=44faff9f4a0f25588df8b217e7c94af8bd84d113

commit 44faff9f4a0f25588df8b217e7c94af8bd84d113
Author:     Dimitry Andric <[email protected]>
AuthorDate: 2021-04-10 11:51:16 +0000
Commit:     Dimitry Andric <[email protected]>
CommitDate: 2021-04-10 11:51:16 +0000

    Adjust .arcconfig to land onto 'main' by default
    
    Otherwise, commands like "arc land" will default to 'master' instead.
    
    MFC after:      immediately
---
 .arcconfig | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.arcconfig b/.arcconfig
index 4ecf2640194e..dec83771f390 100644
--- a/.arcconfig
+++ b/.arcconfig
@@ -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"]
 }
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to