~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: John Arbash Meinel
  • Date: 2006-08-15 03:04:06 UTC
  • mto: This revision was merged to the branch mainline in revision 1923.
  • Revision ID: john@arbash-meinel.com-20060815030406-99b1c2c16363eb13
Move all the new TreeCreator classes into separate files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1944
1944
        import bzrlib.ui
1945
1945
        from bzrlib.tests import selftest
1946
1946
        import bzrlib.benchmarks as benchmarks
 
1947
        from bzrlib.benchmarks import tree_creator
1947
1948
 
1948
1949
        if cache_dir is not None:
1949
 
            benchmarks.TreeCreator.CACHE_ROOT = osutils.abspath(cache_dir)
 
1950
            tree_creator.TreeCreator.CACHE_ROOT = osutils.abspath(cache_dir)
1950
1951
        # we don't want progress meters from the tests to go to the
1951
1952
        # real output; and we don't want log messages cluttering up
1952
1953
        # the real logs.