~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to testbzr

  • Committer: Martin Pool
  • Date: 2005-05-11 04:25:35 UTC
  • Revision ID: mbp@sourcefrog.net-20050511042535-286238ce7dcd6ebb
- remove compare_inventories() in favor of compare_trees()
- add basic tests for bzr log

Show diffs side-by-side

added added

removed removed

Lines of Context:
289
289
    assert backtick('bzr revno') == '5\n'
290
290
    runcmd('bzr export -r 5 export-5.tmp')
291
291
    runcmd('bzr export export.tmp')
 
292
 
 
293
    runcmd('bzr log')
 
294
    runcmd('bzr log -v')
292
295
    
293
296
    cd('..')
294
297
    cd('..')