From ee4dcd4681a1ecc8cb237c07a0cbd7b90ee6205a Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Wed, 6 Oct 2004 18:20:20 +0000 Subject: [PATCH] Make 'all branches' queries work again. Bug #261616 git-svn-id: svn://10.0.0.236/branches/cls-bonsai-20041001-branch@163306 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bonsai/cvsquery.cgi | 3 --- 1 file changed, 3 deletions(-) diff --git a/mozilla/webtools/bonsai/cvsquery.cgi b/mozilla/webtools/bonsai/cvsquery.cgi index 129af619016..6ddde3dcfb8 100755 --- a/mozilla/webtools/bonsai/cvsquery.cgi +++ b/mozilla/webtools/bonsai/cvsquery.cgi @@ -177,9 +177,6 @@ if ($::FORM{'raw'}) { # branch # $::query_branch = SanitizeRevision($::FORM{'branch'}); -if (!$::query_branch) { - $::query_branch = 'HEAD'; -} $::query_branchtype = ExpectMatchtype($::FORM{'branchtype'});