28
28
class Benchmark(ExternalBase):
31
30
def make_kernel_like_tree(self, url=None, root='.',
33
32
"""Setup a temporary tree roughly like a kernel tree.
35
34
:param url: Creat the kernel like tree as a lightweight checkout
38
36
:param link_working: instead of creating a new copy of all files
39
37
just hardlink the working tree. Tests must request this, because
40
38
they must break links if they want to change the files
43
40
from bzrlib.benchmarks.tree_creator.kernel_like import (