Ditch obsolete --conflicts option and update misleading documentation.

This commit is contained in:
Adam Spiers 2011-11-24 20:47:39 +00:00
parent 00d4e68445
commit 55d3f05cf2
3 changed files with 30 additions and 68 deletions

View file

@ -1323,11 +1323,6 @@ sub process_tasks {
debug(2, "Processing tasks...");
if ($self->{simulate}) {
warn "WARNING: simulating so all operations are deferred.\n";
return;
}
# Strip out all tasks with a skip action
$self->{tasks} = [ grep { $_->{action} ne 'skip' } @{ $self->{tasks} } ];