Sometimes this can be very large, which can result in the results
postings getting discarded.
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
END
./adhoc-people-touched-filter <$revlog \
>>tmp/$flight.people-touched
+ touched_lines=`wc -l <tmp/$flight.people-touched`
+ if [ $touched_lines -gt 300 ]; then
+ cat <<END >tmp/$flight.people-touched
+$(( $touched_lines - 1 )) people touched revisions under test,
+not listing them all
+END
+ fi
sgr_args+=" --include=tmp/$flight.people-touched"
fi
;;