From 916ee90b1d14dccedd461e6497e51c40a23be2a1 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Sun, 11 Aug 2024 02:38:12 +0200 Subject: [PATCH] Increase consistency of Melpa commit messages --- emir.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emir.el b/emir.el index 0eb7248..c1c25c5 100644 --- a/emir.el +++ b/emir.el @@ -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))))))) @@ -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