aboutsummaryrefslogtreecommitdiff
path: root/bpkg-util/manage.in
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg-util/manage.in')
-rw-r--r--bpkg-util/manage.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/bpkg-util/manage.in b/bpkg-util/manage.in
index b2a8119..a0add0b 100644
--- a/bpkg-util/manage.in
+++ b/bpkg-util/manage.in
@@ -2156,7 +2156,8 @@ while true; do
if [[ ("$opt" =~ ^[1-9][0-9]*$) && -v "pending_seq[$opt-1]" ]]; then
if [[ ! "$(contains "$opt" "${bundle[@]}")" ]]; then
bundle+=("$opt")
- info "commit $opt (${pending_seq[$opt-1]}) \
+ h="${pending_seq[$opt-1]}"
+ info "commit $opt ($h) \"$(commit_subject "$h")\" \
added to selected bundle"
else
info "commit $opt is already in the bundle"