summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2020-02-19 17:35:57 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2020-02-19 17:41:24 -0800
commit28399e585e172ab005328f1c970084e53a299eb4 (patch)
tree38c3e5ae37a54fbdc0a833fe3f2f8b2381745562
parent62afbc513a4730c3352ffcee9f5cb9e1336c83e3 (diff)
downloademacs-28399e585e172ab005328f1c970084e53a299eb4.tar.gz
* Makefile.in (PREFERRED_BRANCH): Now emacs-27.
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 2c82c49fba5..67e15cfecd2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1136,7 +1136,7 @@ ChangeLog:
./$(emacslog) -o $(CHANGELOG) -n $(CHANGELOG_HISTORY_INDEX_MAX)
# Check that we are in a good state for changing history.
-PREFERRED_BRANCH = emacs-26
+PREFERRED_BRANCH = emacs-27
preferred-branch-is-current:
git branch | grep -q '^\* $(PREFERRED_BRANCH)$$'
unchanged-history-files: