Paul Vriens : winetest: Link to history instead of blob.
Module: tools Branch: master Commit: d683e8e6a1f25b8ec80f97774c6e402d20caaf13 URL: http://source.winehq.org/git/tools.git/?a=commit;h=d683e8e6a1f25b8ec80f97774... Author: Paul Vriens <paul.vriens.wine(a)gmail.com> Date: Fri May 30 15:41:49 2008 +0200 winetest: Link to history instead of blob. --- winetest/gather | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/winetest/gather b/winetest/gather index d2863be..95de917 100755 --- a/winetest/gather +++ b/winetest/gather @@ -154,7 +154,7 @@ foreach my $file (glob "$datadir/$build/*/summary.txt") { my $testname = "$dll:$unit"; if ($build =~ /^[0-9a-f]{40}$/) { - $alltests{$testname} = "http://source.winehq.org/git/wine.git/?a=blob;f=$source;hb=$build" + $alltests{$testname} = "http://source.winehq.org/git/wine.git/?a=history;f=$source;hb=$build" unless exists $alltests{$testname}; } elsif ($rev =~ /\./) { $alltests{$testname} = "http://cvs.winehq.org/cvsweb/wine/$source#rev$rev"
participants (1)
-
Alexandre Julliard