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

  • Committer: Carl Friedrich Bolz
  • Date: 2006-10-04 10:17:53 UTC
  • mto: (1908.3.21 usecases-benchmarks)
  • mto: This revision was merged to the branch mainline in revision 2068.
  • Revision ID: cfbolz@gmx.de-20061004101753-20c01466441296e7
Fix make_kernel_like_tree_committed, which does not exist any more :-(.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
        """Create a bundle for a kernel sized tree with no ignored, unknowns,
56
56
        or added and one commit.
57
57
        """ 
58
 
        tree = self.make_kernel_like_tree_committed('tree')
 
58
        tree = self.make_kernel_like_committed_tree('tree')
59
59
 
60
60
        f = open('bundle', 'wb')
61
61
        try: