Minor fix for WI script

todo
Junio C Hamano 2006-02-19 00:54:54 -08:00
parent 0391212b73
commit f00c80b871
1 changed files with 3 additions and 1 deletions

4
WI
View File

@ -5,7 +5,9 @@ has_msg=' has these since the last announcement.'
in_addition=
for m in master next pu
do
tagged=`git rev-parse --not --verify tags/sa/$m 2>/dev/null`
tagged=`git rev-parse --not --verify tags/sa/$m 2>/dev/null` ||
test "$m" != pu || exit

list=`git-rev-list $in_addition $tagged heads/$m 2>/dev/null` &&
test -n "$list" || continue