29
29
class HeavilyMergedTreeCreator(TreeCreator):
30
30
"""Create a tree in which almost every commit is a merge.
33
33
one of which is returned. Except for the first commit, every
34
34
commit in its revision-history is a merge of another commit in the other
36
36
Not hardlinking the working tree, because there are no working tree files.