/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_log.py

  • Committer: John Arbash Meinel
  • Date: 2008-09-02 18:37:02 UTC
  • mfrom: (3678 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3680.
  • Revision ID: john@arbash-meinel.com-20080902183702-16cpowcusfvo7rpv
Merge bzr.dev 3678, resolve NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
692
692
        self.build_tree(['a'])
693
693
        wt.add('a')
694
694
        b.nick = 'test-line-log'
695
 
        wt.commit(message='add a', 
696
 
                  timestamp=1132711707, 
 
695
        wt.commit(message='add a',
 
696
                  timestamp=1132711707,
697
697
                  timezone=36000,
698
698
                  committer='Line-Log-Formatter Tester <test@line.log>')
699
699
        logfile = file('out.tmp', 'w+')