Minor refactors & comment/message revision

This commit is contained in:
Henrik Lissner 2020-05-25 22:11:15 -04:00
parent 519a402f62
commit 3253ca8435
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
6 changed files with 33 additions and 30 deletions

View file

@ -89,7 +89,7 @@ Grabs the latest commit id of the package using 'git'."
"git" "ls-remote" url
(unless select
(or branch straight-vc-git-default-branch)))))
(user-error "%s: no id from %s" package url)))
(user-error "Couldn't find a recipe for %s" package)))
(id (car (split-string
(if select
(completing-read "Commit: " (split-string id "\n" t))