65
65
# is an acceptable substitution?
66
66
if src.type == 'd' and dst.link_type == 'd' and \
67
67
the.config.symlinks.matches( rel_file ):
73
73
if not the.config.ignores.matches( rel_file ):
74
74
self.changed.append( "%s (%s => %s)" % (
75
75
rel_file, src.get_type_name(), dst.get_type_name() ) )