65
65
firstrev = b.get_revision(history[0])
66
66
age = int((time.time() - firstrev.timestamp) / 3600 / 24)
67
67
print ' %5d day%s old' % (age, plural(age))
71
71
lastrev = b.get_revision(history[-1])
72
72
print ' latest revision: %s' % format_date(lastrev.timestamp,