branch: externals/debbugs commit d0c77590bc9406763108617fbedf18e7d9394f77 Author: Stefan Kangas <stefankan...@gmail.com> Commit: Stefan Kangas <stefankan...@gmail.com>
emacs-29 is now the release branch * debbugs-gnu.el (debbugs-gnu-branch-directory): Bump version. --- debbugs-gnu.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debbugs-gnu.el b/debbugs-gnu.el index bd70ca95eb..337c7cbb9a 100644 --- a/debbugs-gnu.el +++ b/debbugs-gnu.el @@ -2501,10 +2501,10 @@ or bug ranges, with default to `debbugs-gnu-default-bug-number-list'." :type 'directory :version "25.2") -(defcustom debbugs-gnu-branch-directory "~/src/emacs/emacs-28/" +(defcustom debbugs-gnu-branch-directory "~/src/emacs/emacs-29/" "The directory where the previous source tree lives." :type 'directory - :version "29.1") + :version "30.1") (defvar debbugs-gnu-current-directory nil "The current source tree directory.")