From 9be1163381ad064d2a1cd8f8c2f25d771e6b449c Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Mon, 17 Nov 2008 11:22:42 +0100 Subject: directly show commitdiffs --- vcsbrowsers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcsbrowsers.py b/vcsbrowsers.py index fd29005..616b433 100644 --- a/vcsbrowsers.py +++ b/vcsbrowsers.py @@ -18,7 +18,7 @@ class GitWebBrowser(VCSBrowser): e.g. http://git.debian.org/?p=pkg-libvirt/gtk-vnc.git """ def commit(self, commitid): - return "%s;a=commit;h=%s" % (self.url, commitid) + return "%s;a=commitdiff;h=%s" % (self.url, commitid) def branch(self, branch): return "%s;a=shortlog;h=refs/heads/%s" % (self.url, branch) -- cgit v1.2.3