Change description of oldest reviews

Make it more clear that the list of oldest reviews is just that, and not call it
a variant of calculating the longest waiting reviews.

Change-Id: I890f07519ceccfc57a5a73293817105a3b8c9f53
This commit is contained in:
Russell Bryant 2014-02-14 13:24:56 -05:00
parent 2f5fb00f58
commit df69834e9a
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ def gen_stats(projects, waiting_on_reviewer, waiting_on_submitter, options):
changes.append('%s %s (%s)' % (sec_to_period_string(change['age2']),
format_url(change['url'], options),
change['subject']))
stats.append(('Longest waiting reviews (since first revision, total age)',
stats.append(('Oldest reviews (time since first revision)',
changes))
result.append(stats)