From 8faaecbb0ce064c101f47400ea1ab4f33db7c955 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 31 Mar 2012 03:04:02 +0100 Subject: Drop branch column from summary tables It's making the tables very wide and provides questionable value. --- seivots-summary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seivots-summary b/seivots-summary index f99cf22..239fa20 100755 --- a/seivots-summary +++ b/seivots-summary @@ -151,7 +151,7 @@ class SeivotsSummary(cliapp.Application): ('gen0-time', 'gen0-speed', 'gen0-ram', 'slowest-time', 'slowest-speed', 'biggest-ram','repo-writes', 'repo-reads'), } - suffix = ('branch', 'description') + suffix = ('description',) colnames = prefix + which[op] + suffix table = Table() -- cgit v1.2.1