git: 99ec4feefba6 - stable/14 - mfc-candidates: use stable/14 as default MFC-to branch

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Wed, 24 Apr 2024 23:47:58 UTC
The branch stable/14 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=99ec4feefba680f9d674bcddae360b731138249f

commit 99ec4feefba680f9d674bcddae360b731138249f
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2024-04-22 17:54:52 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2024-04-24 23:47:33 +0000

    mfc-candidates: use stable/14 as default MFC-to branch
    
    This tool is typically invoked from within a working tree containing the
    desired MFC target branch, which is detected automatically.  It also has
    a default for when it is invoked from elsewhere.  Switch the default to
    the most recent branch, stable/14.
    
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit 76a8625bc71da3fa63eef5abb4782553d2588f5c)
---
 tools/tools/git/mfc-candidates.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/tools/git/mfc-candidates.sh b/tools/tools/git/mfc-candidates.sh
index 76ff9b4d53c6..6610f539fef0 100644
--- a/tools/tools/git/mfc-candidates.sh
+++ b/tools/tools/git/mfc-candidates.sh
@@ -41,7 +41,7 @@ if [ "${repo}" = "ports.git" ]; then
 	qtr=$(((month-1) / 3 + 1))
 	to_branch="freebsd/${year}Q${qtr}"
 elif [ "${repo}" = "src.git" ]; then
-	to_branch=freebsd/stable/13
+	to_branch=freebsd/stable/14
 	# If pwd is a stable or release branch tree, default to it.
 	cur_branch=$(git symbolic-ref --short HEAD 2>/dev/null)
 	case $cur_branch in