~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/info.py

  • Committer: mbp at sourcefrog
  • Date: 2005-03-24 00:15:34 UTC
  • Revision ID: mbp@sourcefrog.net-20050324001534-c1f01bec8e248b11
align fields in info output

Show diffs side-by-side

added added

removed removed

Lines of Context:
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))
68
 
        print '  first revision: %s' % format_date(firstrev.timestamp,
69
 
                                                   firstrev.timezone)
 
68
        print '   first revision: %s' % format_date(firstrev.timestamp,
 
69
                                                    firstrev.timezone)
70
70
 
71
71
        lastrev = b.get_revision(history[-1])
72
72
        print '  latest revision: %s' % format_date(lastrev.timestamp,