~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to testbzr

  • Committer: Martin Pool
  • Date: 2005-05-19 11:11:53 UTC
  • Revision ID: mbp@sourcefrog.net-20050519111153-7f799c5987a540c7
- --forward option for log

Show diffs side-by-side

added added

removed removed

Lines of Context:
337
337
    runcmd('bzr commit -m add-spaces')
338
338
    runcmd('bzr check')
339
339
 
 
340
    runcmd('bzr log')
 
341
    runcmd('bzr log --forward')
 
342
 
340
343
    runcmd('bzr info')
341
344
    
342
345