set branchtype to regexp if there are regexp-indicative characters in

the branchname
This commit is contained in:
leaf%mozilla.org 2002-05-30 03:11:59 +00:00
Родитель 6a49741d7d
Коммит 78e0e6a53e
1 изменённых файлов: 1 добавлений и 1 удалений

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

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