diff options
| author | Nicolas Petton | 2017-10-05 22:23:49 +0200 |
|---|---|---|
| committer | Nicolas Petton | 2017-10-05 22:26:47 +0200 |
| commit | 82d2a05a74c120480dc1b68243430c9417bfc523 (patch) | |
| tree | 55df3b655a4eabfa0bc89dbb8ebf01818a08c0fa | |
| parent | e933249f6bc82f0469792bd1fe1255dcaa813705 (diff) | |
| download | emacs-82d2a05a74c120480dc1b68243430c9417bfc523.tar.gz emacs-82d2a05a74c120480dc1b68243430c9417bfc523.zip | |
; * Makefile.in: set PREFERRED_BRANCH to emacs-26
| -rw-r--r-- | Makefile.in | 2 |
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. |
| 1118 | PREFERRED_BRANCH = master | 1118 | PREFERRED_BRANCH = emacs-26 |
| 1119 | preferred-branch-is-current: | 1119 | preferred-branch-is-current: |
| 1120 | git branch | grep -q '^\* $(PREFERRED_BRANCH)$$' | 1120 | git branch | grep -q '^\* $(PREFERRED_BRANCH)$$' |
| 1121 | unchanged-history-files: | 1121 | unchanged-history-files: |