26
26
from bzrlib.osutils import file_kind, supports_executable, pathjoin
27
27
from bzrlib.trace import mutter
29
30
ROOT_PARENT = "root-parent"
31
33
def unique_add(map, key, value):
33
35
raise DuplicateKey(key=key)
36
39
class TreeTransform(object):
37
40
"""Represent a tree transformation."""
38
41
def __init__(self, tree):