/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: holger krekel
  • Date: 2006-08-12 09:38:32 UTC
  • mto: (1908.3.21 usecases-benchmarks)
  • mto: This revision was merged to the branch mainline in revision 2068.
  • Revision ID: hpk@merlinux.de-20060812093832-8037f88795c2685e
Minor doc fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
from bzrlib.bundle import read_bundle
28
28
from bzrlib.revisionspec import RevisionSpec
29
29
 
30
 
# if set, creation of test trees will be globally cached 
 
30
# if set, creation of test trees will be globally cached (even across test runs)
31
31
CACHEDIR = os.path.expanduser("~/.bazaar/devtemp")
32
32
#CACHEDIR = None 
33
33