Skip to content

Commit

Permalink
Increase consistency of Melpa commit messages
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Aug 11, 2024
1 parent 8d0f5b7 commit 916ee90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions emir.el
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ repository specified by variable `epkg-repository'."
(let ((msg (ignore-errors
(read-string
"Also remove from Melpa with message (empty to skip): "
(format (or melpa-msg "Remove %S package") name)))))
(format (or melpa-msg "Remove receipe for %s") name)))))
(unless (equal msg "")
(magit-git "rm" rcp)
(magit-git "commit" "-m" msg "--" rcp)))))))
Expand Down Expand Up @@ -748,7 +748,7 @@ repository specified by variable `epkg-repository'."
(magit-call-git "config" "remote.origin.url" url))
(oset pkg upstream-state nil)
(emir-dump-database)
(emir-melpa-migrate-recipe name "Update url of %s's repository" t)
(emir-melpa-migrate-recipe name "Change source of %s" t)
(message "Migrating %s from %s to %s...done" name old url))))

;;;; Stage
Expand Down

0 comments on commit 916ee90

Please sign in to comment.