~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests.py

  • Committer: mbp at sourcefrog
  • Date: 2005-03-09 07:00:48 UTC
  • Revision ID: mbp@sourcefrog.net-20050309070048-a0f0a23015e90267
new --timezone option for bzr log

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
  >>> r = b.get_revision(b.lookup_revision(1))
104
104
  >>> r.message
105
105
  'start hello world'
106
 
  >>> b.write_log(utc=True)
 
106
  >>> b.write_log(show_timezone='utc')
107
107
  ----------------------------------------
108
108
  revno: 1
109
109
  committer: foo@nowhere
110
 
  timestamp: Thu 1970-01-01 00:00:00 UTC +0000
 
110
  timestamp: Thu 1970-01-01 00:00:00 +0000
111
111
  message:
112
112
    start hello world
113
113