/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/benchmarks/bench_log.py

  • Committer: Aaron Bentley
  • Date: 2007-07-22 17:36:22 UTC
  • mfrom: (2644.2.1 bzr.benchmarks)
  • mto: This revision was merged to the branch mainline in revision 2647.
  • Revision ID: aaron.bentley@utoronto.ca-20070722173622-1p4mw28bzp1qangs
Fix deprecation warnings on benchmarks (Lukáš Lalinský)

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
    def test_cmd_log(self):
104
104
        """Test execution of the log command.""" 
105
105
        tree = self.make_many_commit_tree(hardlink=True)
106
 
        self.time(self.run_bzr, 'log', '-r', '-4..')
 
106
        self.time(self.run_bzr, ['log', '-r', '-4..'])
107
107
 
108
108
    def test_cmd_log_subprocess(self):
109
109
        """Text startup and execution of the log command."""