~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests.py

  • Committer: Martin Pool
  • Date: 2005-05-05 06:59:12 UTC
  • Revision ID: mbp@sourcefrog.net-20050505065912-87c25dafda4579ed
- Split out log printing into new show_log function
  not as a method of Branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
  >>> r = b.get_revision(b.lookup_revision(1))
102
102
  >>> r.message
103
103
  'start hello world'
104
 
  >>> b.write_log(show_timezone='utc')
 
104
  >>> bzrlib.show_log(b, show_timezone='utc')
105
105
  ----------------------------------------
106
106
  revno: 1
107
107
  committer: foo@nowhere