Meta/ML: show the name of the topic even if it has advanced since merged
Junio C Hamano committed
Nov 29, 2012 at 13:11 UTC
8322a30ba8902e69baabc814170c8d221c280965
1 file changed
+1
-1
ML
+1
-1
index b4f56ab00a..f8376cd2af 100755
--- a/ML
+++ b/ML
@@ -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