Meta/ML: show the name of the topic even if it has advanced since merged

todo
Junio C Hamano 2012-11-29 13:11:07 -08:00
parent 17549b9d86
commit 8322a30ba8
1 changed files with 1 additions and 1 deletions

2
ML
View File

@ -29,7 +29,7 @@ search_topics () {
elif tip=$(git rev-parse --verify "refs/heads/$topic") &&
test "$tip" != "$full_sha1"
then
echo >&2 "$tip moved from $sha1"
echo >&2 "$topic # $tip moved from $sha1"
continue
fi