comparison contrib/perf.py @ 22926:2d0b60b5abc0

summary: make status code more readable In commands.summary(), we currently zip a list of labels with a list of statuses. This means the order of the status list has to match the list of the labels, which in turn means the status elements have to be inserted into specific places in the list. Let's instead group the labels and status data we want to display in a single list of pairs.
author Martin von Zweigbergk <martinvonz@gmail.com>
date Fri, 03 Oct 2014 09:29:48 -0700
parents d8ff1f671aed
children 8afae1d5d108
comparison
equal deleted inserted replaced
22925:68df36ce3d8a 22926:2d0b60b5abc0