summaryrefslogtreecommitdiff
path: root/seivots-summary
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-04-08 13:32:58 +0100
committerLars Wirzenius <liw@liw.fi>2012-04-08 13:32:58 +0100
commitfc63f058a0cb989f16420c0ad00336cc449626a1 (patch)
tree0a4fb20c4b147364ff7fd701eee6133a1082bbe6 /seivots-summary
parentd2c67e444bc24edda6bf397cd47f1cbeaf5f5640 (diff)
downloadseivot-fc63f058a0cb989f16420c0ad00336cc449626a1.tar.gz
Put branchname back
Diffstat (limited to 'seivots-summary')
-rwxr-xr-xseivots-summary2
1 files changed, 1 insertions, 1 deletions
diff --git a/seivots-summary b/seivots-summary
index 239fa20..3b8f68e 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 = ('description',)
+ suffix = ('branch', 'description',)
colnames = prefix + which[op] + suffix
table = Table()