aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Petton2017-10-05 22:23:49 +0200
committerNicolas Petton2017-10-05 22:26:47 +0200
commit82d2a05a74c120480dc1b68243430c9417bfc523 (patch)
tree55df3b655a4eabfa0bc89dbb8ebf01818a08c0fa
parente933249f6bc82f0469792bd1fe1255dcaa813705 (diff)
downloademacs-82d2a05a74c120480dc1b68243430c9417bfc523.tar.gz
emacs-82d2a05a74c120480dc1b68243430c9417bfc523.zip
; * Makefile.in: set PREFERRED_BRANCH to emacs-26
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index b882da19287..8ad3f99a249 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1115,7 +1115,7 @@ ChangeLog:
1115 ./$(emacslog) -o $(CHANGELOG) -n $(CHANGELOG_HISTORY_INDEX_MAX) 1115 ./$(emacslog) -o $(CHANGELOG) -n $(CHANGELOG_HISTORY_INDEX_MAX)
1116 1116
1117# Check that we are in a good state for changing history. 1117# Check that we are in a good state for changing history.
1118PREFERRED_BRANCH = master 1118PREFERRED_BRANCH = emacs-26
1119preferred-branch-is-current: 1119preferred-branch-is-current:
1120 git branch | grep -q '^\* $(PREFERRED_BRANCH)$$' 1120 git branch | grep -q '^\* $(PREFERRED_BRANCH)$$'
1121unchanged-history-files: 1121unchanged-history-files: