/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: Martin Pool
  • Date: 2006-10-06 02:04:17 UTC
  • mfrom: (1908.10.1 bench_usecases.merge2)
  • mto: This revision was merged to the branch mainline in revision 2068.
  • Revision ID: mbp@sourcefrog.net-20061006020417-4949ca86f4417a4d
merge additional fix from cfbolz

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: