From: Tim Bishop <tim@bishnet.net>
Date: Mon, 4 Feb 2002 00:42:43 +0000 (+0000)
Subject: It seems showing branches isn't actually working.
X-Git-Tag: PRE_WWW_REDESIGN~81
X-Git-Url: http://git.i-scream.org/?a=commitdiff_plain;h=43aeffd6faa6ece849d4b30cd1902c2193d90920;p=www.i-scream.org.git

It seems showing branches isn't actually working.
---

diff --git a/cgi-bin/cvslog.cgi b/cgi-bin/cvslog.cgi
index 1e16594..ae9bf20 100755
--- a/cgi-bin/cvslog.cgi
+++ b/cgi-bin/cvslog.cgi
@@ -44,7 +44,8 @@ $modulelist = `ls $cvsroot` unless defined $modulelist;
 $modulelist =~ s/[\r\n]/ /gm;
 
 my($cvs2clpath) = "/home/sites/www.i-scream.org.uk/bin/cvs2cl2.pl";
-my($cvs2clargs) = "--stdout --no-wrap -r -b -t -w -S -U $cvsroot/CVSROOT/users -l \"-d'$firstdate'\" -g \"-d$cvsroot\" -g \"-Q\"";
+#my($cvs2clargs) = "--stdout --no-wrap -r -b -t -w -S -U $cvsroot/CVSROOT/users -l \"-d'$firstdate'\" -g \"-d$cvsroot\" -g \"-Q\"";
+my($cvs2clargs) = "--stdout --no-wrap -r -t -w -S -U $cvsroot/CVSROOT/users -l \"-d'$firstdate'\" -g \"-d$cvsroot\" -g \"-Q\"";
 my($updatecmd) = "/home/sites/www.i-scream.org.uk/bin/fullcvsupdate.sh $modulelist";
 my($logcmd) = "cd /home/sites/www.i-scream.org.uk/cvsscripttemp && $cvs2clpath $cvs2clargs";