Add a comment about a relative weakness of compat mode.

This commit is contained in:
Adam Spiers 2011-11-21 23:24:02 +00:00
parent 2244539b6b
commit 1873e4b4ef

View file

@ -566,7 +566,9 @@ sub unstow_node_orig {
# Does it point to a node under our stow directory?
my $old_path = $self->find_stowed_path($target, $old_source);
if (not $old_path) {
# skip links not owned by stow
# We're traversing the target tree not the package tree,
# so we definitely expect to find stuff not owned by stow.
# Therefore we can't flag a conflict.
return; # XXX #
}