/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: Canonical.com Patch Queue Manager
  • Date: 2006-10-27 15:27:22 UTC
  • mfrom: (2095.2.1 bench_read_bundle_fix)
  • Revision ID: pqm@pqm.ubuntu.com-20061027152722-dff2a8edfddc5f51
(John Arbash Meinel) Fix benchmark imports for bundles

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
from bzrlib.add import smart_add
25
25
from bzrlib.benchmarks import Benchmark
26
26
from bzrlib.branch import Branch
27
 
from bzrlib.bundle import read_bundle
28
27
from bzrlib.bundle.apply_bundle import install_bundle
29
 
from bzrlib.bundle.serializer import write_bundle
 
28
from bzrlib.bundle.serializer import read_bundle, write_bundle
30
29
from bzrlib.revision import NULL_REVISION
31
30
from bzrlib.revisionspec import RevisionSpec
32
31
from bzrlib.workingtree import WorkingTree