/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_sftp.py

  • Committer: Carl Friedrich Bolz
  • Date: 2006-08-17 12:47:25 UTC
  • mto: (1711.2.131 jam-integration)
  • mto: This revision was merged to the branch mainline in revision 1947.
  • Revision ID: cfbolz@gmx.de-20060817124725-cf21d3b6af34c7c3
Typos.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
            wtree, ["b/%i" for i in range(100)], 
58
58
            num_commits=num_push_revisions,
59
59
            changes_per_commit=20)
60
 
        self.time(rbzrdir.open_branch().pull, wt.branch)
 
60
        self.time(rbzrdir.open_branch().pull, wtree.branch)
61
61
 
62
62
    def test_push_1(self):
63
63
        self.create_commit_and_push(1)