From: Dan Brook Date: Mon, 29 Mar 2010 10:07:46 +0000 (+0100) Subject: Fixed test fails and tree link hack. X-Git-Tag: 0.000006_01~1^2~1^2~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FGitalist.git;a=commitdiff_plain;h=80d7575aa1bd927116dcf6c461d30442e26ee030 Fixed test fails and tree link hack. --- diff --git a/root/fragment/repository/longlog.tt2 b/root/fragment/repository/longlog.tt2 index 33c9b88..3f11484 100755 --- a/root/fragment/repository/longlog.tt2 +++ b/root/fragment/repository/longlog.tt2 @@ -2,4 +2,4 @@

Branches

-[% subinclude('/fragment/repository/heads', c.req.captures) %] \ No newline at end of file +[% subinclude('/fragment/repository/heads', [Repository.name]) %] diff --git a/root/wrapper.tt2 b/root/wrapper.tt2 index dd52ce9..56fb860 100755 --- a/root/wrapper.tt2 +++ b/root/wrapper.tt2 @@ -48,20 +48,11 @@ [% IF c.req.captures.size == 1; SET path = 'repository'; ELSE; SET path = 'ref'; END %]