Bug 323369: Tinderbox can't find checkins from HEAD

r=bear
This commit is contained in:
justdave%bugzilla.org 2006-01-14 03:37:29 +00:00
Родитель eacbc7d25d
Коммит ec9feec591
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -110,6 +110,7 @@ sub build_who {
$query_module=$cvs_module;
$query_branch=$cvs_branch;
$query_branchtype='regexp' if $query_branch =~ /\*|\?|\+/;
$::query_branch_head=1 if $::query_branch eq 'HEAD';
my $who_file = "$tree/who.dat";
my $temp_who_file = "$who_file.$$";