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