Show comparison diff link on bin/doom upgrade
This commit is contained in:
parent
0fc9b6be91
commit
cc1b0f7ee6
1 changed files with 2 additions and 0 deletions
|
@ -286,6 +286,8 @@ problems with doom."
|
|||
(user-error "Doom is up to date!"))
|
||||
(message "Updates for Doom are available!\n\n Old revision: %s\n New revision: %s\n"
|
||||
current-rev rev)
|
||||
(message "Comparision diff: https://github.com/hlissner/doom-emacs/compare/%s...%s\n"
|
||||
(substring rev 0 10) (substring current-rev 0 10))
|
||||
;; TODO Display newsletter diff
|
||||
(unless (or doom-auto-accept (y-or-n-p "Proceed?"))
|
||||
(user-error "Aborted"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue